#5B021A

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

Shades of Pohutukawa #5B021A

Tints of Pohutukawa #5B021A

Color information

#5B021A (or 0x5B021A) is unknown color: approx Pohutukawa. HEX triplet: 5B, 02 and 1A. RGB value is (91,2,26). Sum of RGB (Red+Green+Blue) = 91+2+26=119 (15% of max value = 765). Red value is 91 (35.94% from 255 or 76.47% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 91 - color contains mainly: red. Hex color #5B021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B021A is #A4FDE5. Grayscale: #1F1F1F. Windows color (decimal): -10812902 or 1704539. OLE color: 1704539.

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

Color convert

RGB91226-
CMYK00.980.710.64
HSL343.82º95.7%18.24%-
HSV(B)343.82º97.8%35.69%-
XYZ4.522.341.19-
YUV31.35124.99170.55-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 76.47%
GREEN value IS 2 (1.17% from 255) = 1.68%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=76.47%
G=1.68%
B=21.85%

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
Decimal9122600.980.710.64343.8295.718.24
Hex5B21A06247401586012
Octal133232014210710053014022
Binary101101110110100110001010001111000000101011000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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