#5B081E

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

Shades of Pohutukawa #5B081E

Tints of Pohutukawa #5B081E

Color information

#5B081E (or 0x5B081E) is unknown color: approx Pohutukawa. HEX triplet: 5B, 08 and 1E. RGB value is (91,8,30). Sum of RGB (Red+Green+Blue) = 91+8+30=129 (17% of max value = 765). Red value is 91 (35.94% from 255 or 70.54% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 91 - color contains mainly: red. Hex color #5B081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B081E is #A4F7E1. Grayscale: #232323. Windows color (decimal): -10811362 or 1968219. OLE color: 1968219.

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

Color convert

RGB91830-
CMYK00.910.670.64
HSL344.1º83.84%19.41%-
HSV(B)344.1º91.21%35.69%-
XYZ4.642.491.46-
YUV35.33125167.71-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 70.54%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=70.54%
G=6.20%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9183000.910.670.64344.183.8419.41
Hex5B81E05B43401585413
Octal1331036013310310053012423
Binary10110111000111100101101110000111000000101011000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,8,30); }

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

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

 a { background-color: rgb(91,8,30); }

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

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

 span { border-color: rgb(91,8,30); }

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