#5B091B

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

Shades of Pohutukawa #5B091B

Tints of Pohutukawa #5B091B

Color information

#5B091B (or 0x5B091B) is unknown color: approx Pohutukawa. HEX triplet: 5B, 09 and 1B. RGB value is (91,9,27). Sum of RGB (Red+Green+Blue) = 91+9+27=127 (16% of max value = 765). Red value is 91 (35.94% from 255 or 71.65% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 91 - color contains mainly: red. Hex color #5B091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B091B is #A4F6E4. Grayscale: #232323. Windows color (decimal): -10811109 or 1771867. OLE color: 1771867.

HSL color Cylindrical-coordinate representation of color #5B091B: hue angle of 346.83º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B091B is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB91927-
CMYK00.900.700.64
HSL346.83º82%19.61%-
HSV(B)346.83º90.11%35.69%-
XYZ4.612.51.28-
YUV35.57123.17167.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 71.65%
GREEN value IS 9 (3.91% from 255) = 7.09%
BLUE value IS 27 (10.94% from 255) = 21.26%
R=71.65%
G=7.09%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9192700.900.700.64346.838219.61
Hex5B91B05A464015b5214
Octal1331133013210610053312224
Binary10110111001110110101101010001101000000101011011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,9,27); }

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

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

 a { background-color: rgb(91,9,27); }

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

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

 span { border-color: rgb(91,9,27); }

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