#5B030B

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

Shades of Pohutukawa #5B030B

Tints of Pohutukawa #5B030B

Color information

#5B030B (or 0x5B030B) is unknown color: approx Pohutukawa. HEX triplet: 5B, 03 and 0B. RGB value is (91,3,11). Sum of RGB (Red+Green+Blue) = 91+3+11=105 (13% of max value = 765). Red value is 91 (35.94% from 255 or 86.67% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 91 - color contains mainly: red. Hex color #5B030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B030B is #A4FCF4. Grayscale: #1E1E1E. Windows color (decimal): -10812661 or 721755. OLE color: 721755.

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

Color convert

RGB91311-
CMYK00.970.880.64
HSL354.55º93.62%18.43%-
HSV(B)354.55º96.7%35.69%-
XYZ4.412.310.53-
YUV30.22117.15171.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 86.67%
GREEN value IS 3 (1.56% from 255) = 2.86%
BLUE value IS 11 (4.69% from 255) = 10.48%
R=86.67%
G=2.86%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9131100.970.880.64354.5593.6218.43
Hex5B3B06158401635e12
Octal133313014113010054313622
Binary10110111110110110000110110001000000101100011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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