#5C0F21

Color #5C0F21 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #5C0F21

Tints of Pohutukawa #5C0F21

Color information

#5C0F21 (or 0x5C0F21) is unknown color: approx Pohutukawa. HEX triplet: 5C, 0F and 21. RGB value is (92,15,33). Sum of RGB (Red+Green+Blue) = 92+15+33=140 (18% of max value = 765). Red value is 92 (36.33% from 255 or 65.71% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0F21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0F21 is #A3F0DE. Grayscale: #282828. Windows color (decimal): -10744031 or 2166620. OLE color: 2166620.

HSL color Cylindrical-coordinate representation of color #5C0F21: hue angle of 345.97º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C0F21 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.64.

Color convert

RGB921533-
CMYK00.840.640.64
HSL345.97º71.96%20.98%-
HSV(B)345.97º83.7%36.08%-
XYZ4.862.731.71-
YUV40.08124.01165.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 65.71%
GREEN value IS 15 (6.25% from 255) = 10.71%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=65.71%
G=10.71%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92153300.840.640.64345.9771.9620.98
Hex5CF21054404015a4815
Octal1341741012410010053211025
Binary101110011111000010101010010000001000000101011010100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C0F21; }

 p { color: rgb(92,15,33); }

 H1.HeaderClassName
 {
   color: #5C0F21;
 }
 .AnyTagClassName
 {
   color: #5C0F21;
 }
</style>
background-color css

<style>
 a { background-color: #5C0F21; }

 a { background-color: rgb(92,15,33); }

 div.DivClassName
 {
   background-color: #5C0F21;
 }
 .BgClassName
 {
   background-color: #5C0F21;
 }
</style>
border-color css

<style>
 span { border-color: #5C0F21; }

 span { border-color: rgb(92,15,33); }

 td.TdClassName
 {
   border-color: #5C0F21;
 }
 .TagClassName
 {
   border-color: #5C0F21;
 }
</style>