#5B142D

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

Shades of Pohutukawa #5B142D

Tints of Pohutukawa #5B142D

Color information

#5B142D (or 0x5B142D) is unknown color: approx Pohutukawa. HEX triplet: 5B, 14 and 2D. RGB value is (91,20,45). Sum of RGB (Red+Green+Blue) = 91+20+45=156 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.33% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 91 - color contains mainly: red. Hex color #5B142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B142D is #A4EBD2. Grayscale: #2C2C2C. Windows color (decimal): -10808275 or 2954331. OLE color: 2954331.

HSL color Cylindrical-coordinate representation of color #5B142D: hue angle of 338.87º 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 #5B142D is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB912045-
CMYK00.780.510.64
HSL338.87º63.96%21.76%-
HSV(B)338.87º78.02%35.69%-
XYZ5.042.912.78-
YUV44.08128.52161.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 58.33%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 45 (17.97% from 255) = 28.85%
R=58.33%
G=12.82%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91204500.780.510.64338.8763.9621.76
Hex5B142D04E33401534016
Octal133245501166310052310026
Binary101101110100101101010011101100111000000101010011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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