#5C212B

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

Shades of Pohutukawa #5C212B

Tints of Pohutukawa #5C212B

Color information

#5C212B (or 0x5C212B) is unknown color: approx Pohutukawa. HEX triplet: 5C, 21 and 2B. RGB value is (92,33,43). Sum of RGB (Red+Green+Blue) = 92+33+43=168 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.76% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 92 - color contains mainly: red. Hex color #5C212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C212B is #A3DED4. Grayscale: #333333. Windows color (decimal): -10739413 or 2826588. OLE color: 2826588.

HSL color Cylindrical-coordinate representation of color #5C212B: hue angle of 349.83º 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 #5C212B is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB923343-
CMYK00.640.530.64
HSL349.83º47.2%24.51%-
HSV(B)349.83º64.13%36.08%-
XYZ5.393.542.68-
YUV51.78123.05156.69-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 54.76%
GREEN value IS 33 (13.28% from 255) = 19.64%
BLUE value IS 43 (17.19% from 255) = 25.60%
R=54.76%
G=19.64%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92334300.640.530.64349.8347.224.51
Hex5C212B040354015e2f19
Octal13441530100651005365731
Binary101110010000110101101000000110101100000010101111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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