#5C212C

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

Shades of Pohutukawa #5C212C

Tints of Pohutukawa #5C212C

Color information

#5C212C (or 0x5C212C) is unknown color: approx Pohutukawa. HEX triplet: 5C, 21 and 2C. RGB value is (92,33,44). Sum of RGB (Red+Green+Blue) = 92+33+44=169 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.44% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 92 - color contains mainly: red. Hex color #5C212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C212C is #A3DED3. Grayscale: #333333. Windows color (decimal): -10739412 or 2892124. OLE color: 2892124.

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

Color convert

RGB923344-
CMYK00.640.520.64
HSL348.81º47.2%24.51%-
HSV(B)348.81º64.13%36.08%-
XYZ5.413.542.78-
YUV51.9123.55156.61-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 54.44%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 44 (17.58% from 255) = 26.04%
R=54.44%
G=19.53%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92334400.640.520.64348.8147.224.51
Hex5C212C040344015d2f19
Octal13441540100641005355731
Binary101110010000110110001000000110100100000010101110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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