#5D1420

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

Shades of Pohutukawa #5D1420

Tints of Pohutukawa #5D1420

Color information

#5D1420 (or 0x5D1420) is unknown color: approx Pohutukawa. HEX triplet: 5D, 14 and 20. RGB value is (93,20,32). Sum of RGB (Red+Green+Blue) = 93+20+32=145 (19% of max value = 765). Red value is 93 (36.72% from 255 or 64.14% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1420 is #A2EBDF. Grayscale: #2B2B2B. Windows color (decimal): -10677216 or 2102365. OLE color: 2102365.

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

Color convert

RGB932032-
CMYK00.780.660.64
HSL350.14º64.6%22.16%-
HSV(B)350.14º78.49%36.47%-
XYZ5.032.931.67-
YUV43.2121.68163.52-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 64.14%
GREEN value IS 20 (8.20% from 255) = 13.79%
BLUE value IS 32 (12.89% from 255) = 22.07%
R=64.14%
G=13.79%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93203200.780.660.64350.1464.622.16
Hex5D142004E424015e4116
Octal1352440011610210053610126
Binary1011101101001000000100111010000101000000101011110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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