Html Css Color HEX #5D1224 Pohutukawa

📋 copy color: '#5D1224'

red 93 ◦ green 18 ◦ blue 36

#5D1224
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #5D1224

Tints of Pohutukawa #5D1224

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 value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.64

RGB Variations

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

Color information

#5D1224 (or 0x5D1224) is known color: 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

RGB 93 18 36 -
CMYK 0 0.81 0.61 0.64
HSL 345.6º 0.68% 0.22% -
HSV(B) 345.6º 0.81% 0.36% -
XYZ 5.05 2.89 1.96 -
YUV 42.48 124.35 164.04 -
System Red Green Blue C M Y K H S L
Decimal 93 18 36 0 0.81 0.61 0.64 345.6 0.68 0.22
Hex 5D 12 24 0 51 3D 40 15A 44 16
Octal 135 22 44 0 121 75 100 532 104 26
Binary 1011101 10010 100100 0 1010001 111101 1000000 101011010 1000100 10110

Color Harmonies of #5D1224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1224

Black with #5D1224

Text Example


Text Example

White with #5D1224

Text Example


Text Example

HTML Codes & Css Web 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>