#5B051B

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

Shades of Pohutukawa #5B051B

Tints of Pohutukawa #5B051B

Color information

#5B051B (or 0x5B051B) is unknown color: approx Pohutukawa. HEX triplet: 5B, 05 and 1B. RGB value is (91,5,27). Sum of RGB (Red+Green+Blue) = 91+5+27=123 (16% of max value = 765). Red value is 91 (35.94% from 255 or 73.98% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 91 - color contains mainly: red. Hex color #5B051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B051B is #A4FAE4. Grayscale: #212121. Windows color (decimal): -10812133 or 1770843. OLE color: 1770843.

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

Color convert

RGB91527-
CMYK00.950.700.64
HSL344.65º89.58%18.82%-
HSV(B)344.65º94.51%35.69%-
XYZ4.572.411.26-
YUV33.22124.49169.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 73.98%
GREEN value IS 5 (2.34% from 255) = 4.07%
BLUE value IS 27 (10.94% from 255) = 21.95%
R=73.98%
G=4.07%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.70
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9152700.950.700.64344.6589.5818.82
Hex5B51B05F46401595a13
Octal133533013710610053113223
Binary1011011101110110101111110001101000000101011001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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