#5B011E

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

Shades of Pohutukawa #5B011E

Tints of Pohutukawa #5B011E

Color information

#5B011E (or 0x5B011E) is unknown color: approx Pohutukawa. HEX triplet: 5B, 01 and 1E. RGB value is (91,1,30). Sum of RGB (Red+Green+Blue) = 91+1+30=122 (16% of max value = 765). Red value is 91 (35.94% from 255 or 74.59% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 91 - color contains mainly: red. Hex color #5B011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B011E is #A4FEE1. Grayscale: #1F1F1F. Windows color (decimal): -10813154 or 1966427. OLE color: 1966427.

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

Color convert

RGB91130-
CMYK00.990.670.64
HSL340.67º97.83%18.04%-
HSV(B)340.67º98.9%35.69%-
XYZ4.562.341.44-
YUV31.22127.32170.64-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 74.59%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 30 (12.11% from 255) = 24.59%
R=74.59%
G=0.82%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9113000.990.670.64340.6797.8318.04
Hex5B11E06343401556212
Octal133136014310310052514222
Binary10110111111100110001110000111000000101010101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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