#5B142E

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

Shades of Pohutukawa #5B142E

Tints of Pohutukawa #5B142E

Color information

#5B142E (or 0x5B142E) is unknown color: approx Pohutukawa. HEX triplet: 5B, 14 and 2E. RGB value is (91,20,46). Sum of RGB (Red+Green+Blue) = 91+20+46=157 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.96% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 91 - color contains mainly: red. Hex color #5B142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B142E is #A4EBD1. Grayscale: #2C2C2C. Windows color (decimal): -10808274 or 3019867. OLE color: 3019867.

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

Color convert

RGB912046-
CMYK00.780.490.64
HSL338.03º63.96%21.76%-
HSV(B)338.03º78.02%35.69%-
XYZ5.062.922.88-
YUV44.19129.02161.39-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 57.96%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=57.96%
G=12.74%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91204600.780.490.64338.0363.9621.76
Hex5B142E04E31401524016
Octal133245601166110052210026
Binary101101110100101110010011101100011000000101010010100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,20,46); }

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

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

 a { background-color: rgb(91,20,46); }

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

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

 span { border-color: rgb(91,20,46); }

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