#5D1224

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

Shades of Pohutukawa #5D1224

Tints of Pohutukawa #5D1224

Color information

#5D1224 (or 0x5D1224) is unknown color: approx Pohutukawa. HEX triplet: 5D, 12 and 24. RGB value is (93,18,36). Sum of RGB (Red+Green+Blue) = 93+18+36=147 (19% of max value = 765). Red value is 93 (36.72% from 255 or 63.27% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1224 is #A2EDDB. Grayscale: #2A2A2A. Windows color (decimal): -10677724 or 2363997. OLE color: 2363997.

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

Color convert

RGB931836-
CMYK00.810.610.64
HSL345.6º67.57%21.76%-
HSV(B)345.6º80.65%36.47%-
XYZ5.052.891.96-
YUV42.48124.35164.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 63.27%
GREEN value IS 18 (7.42% from 255) = 12.24%
BLUE value IS 36 (14.45% from 255) = 24.49%
R=63.27%
G=12.24%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93183600.810.610.64345.667.5721.76
Hex5D12240513D4015a4416
Octal135224401217510053210426
Binary101110110010100100010100011111011000000101011010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,18,36); }

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

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

 a { background-color: rgb(93,18,36); }

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

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

 span { border-color: rgb(93,18,36); }

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