Html Css Color HEX #5D1323 Pohutukawa

📋 copy color: '#5D1323'

red 93 ◦ green 19 ◦ blue 35

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

Shades of Pohutukawa #5D1323

Tints of Pohutukawa #5D1323

RGB

 RED value IS 93 (36.72% from 255) = 63.27%

 GREEN value IS 19 (7.81% from 255) = 12.93%

 BLUE value IS 35 (14.06% from 255) = 23.81%

R = 63.27%
G = 12.93%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.64

RGB Variations

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

Color information

#5D1323 (or 0x5D1323) is known color: Pohutukawa. HEX triplet: 5D, 13 and 23. RGB value is (93,19,35). Sum of RGB (Red+Green+Blue) = 93+19+35=147 (19% of max value = 765). Red value is 93 (36.72% from 255 or 63.27% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1323 is #A2ECDC. Grayscale: #2A2A2A. Windows color (decimal): -10677469 or 2298717. OLE color: 2298717.

HSL color Cylindrical-coordinate representation of color #5D1323: hue angle of 347.03º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D1323 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 19 35 -
CMYK 0 0.80 0.62 0.64
HSL 347.03º 0.66% 0.22% -
HSV(B) 347.03º 0.8% 0.36% -
XYZ 5.05 2.91 1.89 -
YUV 42.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 93 19 35 0 0.80 0.62 0.64 347.03 0.66 0.22
Hex 5D 13 23 0 50 3E 40 15B 42 16
Octal 135 23 43 0 120 76 100 533 102 26
Binary 1011101 10011 100011 0 1010000 111110 1000000 101011011 1000010 10110

Color Harmonies of #5D1323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1323

Black with #5D1323

Text Example


Text Example

White with #5D1323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,19,35); }

 H1.HeaderClassName
 {
   color: #5D1323;
 }
 .AnyTagClassName
 {
   color: #5D1323;
 }
</style>

background-color css

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

 a { background-color: rgb(93,19,35); }

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

border-color css

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

 span { border-color: rgb(93,19,35); }

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