#5B041E

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

Shades of Pohutukawa #5B041E

Tints of Pohutukawa #5B041E

Color information

#5B041E (or 0x5B041E) is unknown color: approx Pohutukawa. HEX triplet: 5B, 04 and 1E. RGB value is (91,4,30). Sum of RGB (Red+Green+Blue) = 91+4+30=125 (16% of max value = 765). Red value is 91 (35.94% from 255 or 72.8% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 91 - color contains mainly: red. Hex color #5B041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B041E is #A4FBE1. Grayscale: #202020. Windows color (decimal): -10812386 or 1967195. OLE color: 1967195.

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

Color convert

RGB91430-
CMYK00.960.670.64
HSL342.07º91.58%18.63%-
HSV(B)342.07º95.6%35.69%-
XYZ4.592.41.45-
YUV32.98126.32169.39-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 72.8%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 30 (12.11% from 255) = 24%
R=72.8%
G=3.2%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9143000.960.670.64342.0791.5818.63
Hex5B41E06043401565c13
Octal133436014010310052613423
Binary1011011100111100110000010000111000000101010110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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