#5B050A

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

Shades of Pohutukawa #5B050A

Tints of Pohutukawa #5B050A

Color information

#5B050A (or 0x5B050A) is unknown color: approx Pohutukawa. HEX triplet: 5B, 05 and 0A. RGB value is (91,5,10). Sum of RGB (Red+Green+Blue) = 91+5+10=106 (14% of max value = 765). Red value is 91 (35.94% from 255 or 85.85% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 91 - color contains mainly: red. Hex color #5B050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B050A is #A4FAF5. Grayscale: #1F1F1F. Windows color (decimal): -10812150 or 656731. OLE color: 656731.

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

Color convert

RGB91510-
CMYK00.950.890.64
HSL356.51º89.58%18.82%-
HSV(B)356.51º94.51%35.69%-
XYZ4.422.350.51-
YUV31.28115.99170.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 85.85%
GREEN value IS 5 (2.34% from 255) = 4.72%
BLUE value IS 10 (4.30% from 255) = 9.43%
R=85.85%
G=4.72%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9151000.950.890.64356.5189.5818.82
Hex5B5A05F59401655a13
Octal133512013713110054513223
Binary101101110110100101111110110011000000101100101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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