#5B050B

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

Shades of Pohutukawa #5B050B

Tints of Pohutukawa #5B050B

Color information

#5B050B (or 0x5B050B) is unknown color: approx Pohutukawa. HEX triplet: 5B, 05 and 0B. RGB value is (91,5,11). Sum of RGB (Red+Green+Blue) = 91+5+11=107 (14% of max value = 765). Red value is 91 (35.94% from 255 or 85.05% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 91 - color contains mainly: red. Hex color #5B050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B050B is #A4FAF4. Grayscale: #1F1F1F. Windows color (decimal): -10812149 or 722267. OLE color: 722267.

HSL color Cylindrical-coordinate representation of color #5B050B: hue angle of 355.81º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B050B is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB91511-
CMYK00.950.880.64
HSL355.81º89.58%18.82%-
HSV(B)355.81º94.51%35.69%-
XYZ4.432.360.54-
YUV31.4116.49170.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 85.05%
GREEN value IS 5 (2.34% from 255) = 4.67%
BLUE value IS 11 (4.69% from 255) = 10.28%
R=85.05%
G=4.67%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9151100.950.880.64355.8189.5818.82
Hex5B5B05F58401645a13
Octal133513013713010054413223
Binary101101110110110101111110110001000000101100100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,5,11); }

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

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

 a { background-color: rgb(91,5,11); }

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

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

 span { border-color: rgb(91,5,11); }

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