#5B1420

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

Shades of Pohutukawa #5B1420

Tints of Pohutukawa #5B1420

Color information

#5B1420 (or 0x5B1420) is unknown color: approx Pohutukawa. HEX triplet: 5B, 14 and 20. RGB value is (91,20,32). Sum of RGB (Red+Green+Blue) = 91+20+32=143 (18% of max value = 765). Red value is 91 (35.94% from 255 or 63.64% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1420 is #A4EBDF. Grayscale: #2A2A2A. Windows color (decimal): -10808288 or 2102363. OLE color: 2102363.

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

Color convert

RGB912032-
CMYK00.780.650.64
HSL349.86º63.96%21.76%-
HSV(B)349.86º78.02%35.69%-
XYZ4.832.831.66-
YUV42.6122.02162.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 63.64%
GREEN value IS 20 (8.20% from 255) = 13.99%
BLUE value IS 32 (12.89% from 255) = 22.38%
R=63.64%
G=13.99%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91203200.780.650.64349.8663.9621.76
Hex5B142004E414015e4016
Octal1332440011610110053610026
Binary1011011101001000000100111010000011000000101011110100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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