#5B060B

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

Shades of Pohutukawa #5B060B

Tints of Pohutukawa #5B060B

Color information

#5B060B (or 0x5B060B) is unknown color: approx Pohutukawa. HEX triplet: 5B, 06 and 0B. RGB value is (91,6,11). Sum of RGB (Red+Green+Blue) = 91+6+11=108 (14% of max value = 765). Red value is 91 (35.94% from 255 or 84.26% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 91 - color contains mainly: red. Hex color #5B060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B060B is #A4F9F4. Grayscale: #202020. Windows color (decimal): -10811893 or 722523. OLE color: 722523.

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

Color convert

RGB91611-
CMYK00.930.880.64
HSL356.47º87.63%19.02%-
HSV(B)356.47º93.41%35.69%-
XYZ4.442.380.54-
YUV31.98116.16170.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 84.26%
GREEN value IS 6 (2.73% from 255) = 5.56%
BLUE value IS 11 (4.69% from 255) = 10.19%
R=84.26%
G=5.56%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9161100.930.880.64356.4787.6319.02
Hex5B6B05D58401645813
Octal133613013513010054413023
Binary101101111010110101110110110001000000101100100101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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