#5C021B

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

Shades of Pohutukawa #5C021B

Tints of Pohutukawa #5C021B

Color information

#5C021B (or 0x5C021B) is unknown color: approx Pohutukawa. HEX triplet: 5C, 02 and 1B. RGB value is (92,2,27). Sum of RGB (Red+Green+Blue) = 92+2+27=121 (16% of max value = 765). Red value is 92 (36.33% from 255 or 76.03% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 92 - color contains mainly: red. Hex color #5C021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C021B is #A3FDE4. Grayscale: #1F1F1F. Windows color (decimal): -10747365 or 1770076. OLE color: 1770076.

HSL color Cylindrical-coordinate representation of color #5C021B: hue angle of 343.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C021B is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB92227-
CMYK00.980.710.64
HSL343.33º95.74%18.43%-
HSV(B)343.33º97.83%36.08%-
XYZ4.632.41.26-
YUV31.76125.32170.97-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 76.03%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 27 (10.94% from 255) = 22.31%
R=76.03%
G=1.65%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9222700.980.710.64343.3395.7418.43
Hex5C21B06247401576012
Octal134233014210710052714022
Binary101110010110110110001010001111000000101010111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,2,27); }

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

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

 a { background-color: rgb(92,2,27); }

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

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

 span { border-color: rgb(92,2,27); }

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