#5D0219

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

Shades of Pohutukawa #5D0219

Tints of Pohutukawa #5D0219

Color information

#5D0219 (or 0x5D0219) is unknown color: approx Pohutukawa. HEX triplet: 5D, 02 and 19. RGB value is (93,2,25). Sum of RGB (Red+Green+Blue) = 93+2+25=120 (15% of max value = 765). Red value is 93 (36.72% from 255 or 77.5% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0219 is #A2FDE6. Grayscale: #1F1F1F. Windows color (decimal): -10681831 or 1639005. OLE color: 1639005.

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

Color convert

RGB93225-
CMYK00.980.730.64
HSL344.84º95.79%18.63%-
HSV(B)344.84º97.85%36.47%-
XYZ4.712.441.14-
YUV31.83124.15171.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 77.5%
GREEN value IS 2 (1.17% from 255) = 1.67%
BLUE value IS 25 (10.16% from 255) = 20.83%
R=77.5%
G=1.67%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9322500.980.730.64344.8495.7918.63
Hex5D21906249401596013
Octal135231014211110053114023
Binary101110110110010110001010010011000000101011001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,2,25); }

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

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

 a { background-color: rgb(93,2,25); }

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

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

 span { border-color: rgb(93,2,25); }

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