#5B021C

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

Shades of Pohutukawa #5B021C

Tints of Pohutukawa #5B021C

Color information

#5B021C (or 0x5B021C) is unknown color: approx Pohutukawa. HEX triplet: 5B, 02 and 1C. RGB value is (91,2,28). Sum of RGB (Red+Green+Blue) = 91+2+28=121 (16% of max value = 765). Red value is 91 (35.94% from 255 or 75.21% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 91 - color contains mainly: red. Hex color #5B021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B021C is #A4FDE3. Grayscale: #1F1F1F. Windows color (decimal): -10812900 or 1835611. OLE color: 1835611.

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

Color convert

RGB91228-
CMYK00.980.690.64
HSL342.47º95.7%18.24%-
HSV(B)342.47º97.8%35.69%-
XYZ4.552.351.31-
YUV31.58125.99170.39-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 75.21%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=75.21%
G=1.65%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9122800.980.690.64342.4795.718.24
Hex5B21C06245401566012
Octal133234014210510052614022
Binary101101110111000110001010001011000000101010110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,2,28); }

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

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

 a { background-color: rgb(91,2,28); }

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

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

 span { border-color: rgb(91,2,28); }

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