#5C202B

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

Shades of Pohutukawa #5C202B

Tints of Pohutukawa #5C202B

Color information

#5C202B (or 0x5C202B) is unknown color: approx Pohutukawa. HEX triplet: 5C, 20 and 2B. RGB value is (92,32,43). Sum of RGB (Red+Green+Blue) = 92+32+43=167 (22% of max value = 765). Red value is 92 (36.33% from 255 or 55.09% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 92 - color contains mainly: red. Hex color #5C202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C202B is #A3DFD4. Grayscale: #333333. Windows color (decimal): -10739669 or 2826332. OLE color: 2826332.

HSL color Cylindrical-coordinate representation of color #5C202B: hue angle of 349º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C202B is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB923243-
CMYK00.650.530.64
HSL349º48.39%24.31%-
HSV(B)349º65.22%36.08%-
XYZ5.373.482.67-
YUV51.19123.38157.11-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 55.09%
GREEN value IS 32 (12.89% from 255) = 19.16%
BLUE value IS 43 (17.19% from 255) = 25.75%
R=55.09%
G=19.16%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92324300.650.530.6434948.3924.31
Hex5C202B041354015d3018
Octal13440530101651005356030
Binary101110010000010101101000001110101100000010101110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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