Html Css Color HEX #5D0917 Pohutukawa

📋 copy color: '#5D0917'

red 93 ◦ green 9 ◦ blue 23

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

Shades of Pohutukawa #5D0917

Tints of Pohutukawa #5D0917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.2%

 BLUE value IS 23 (9.38% from 255) = 18.4%

R = 74.4%
G = 7.2%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.64

RGB Variations

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

Color information

#5D0917 (or 0x5D0917) is known color: Pohutukawa. HEX triplet: 5D, 09 and 17. RGB value is (93,9,23). Sum of RGB (Red+Green+Blue) = 93+9+23=125 (16% of max value = 765). Red value is 93 (36.72% from 255 or 74.4% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0917 is #A2F6E8. Grayscale: #232323. Windows color (decimal): -10680041 or 1509725. OLE color: 1509725.

HSL color Cylindrical-coordinate representation of color #5D0917: hue angle of 350º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D0917 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 9 23 -
CMYK 0 0.90 0.75 0.64
HSL 350º 0.82% 0.2% -
HSV(B) 350º 0.9% 0.36% -
XYZ 4.77 2.58 1.06 -
YUV 35.71 120.83 168.86 -
System Red Green Blue C M Y K H S L
Decimal 93 9 23 0 0.90 0.75 0.64 350 0.82 0.2
Hex 5D 9 17 0 5A 4B 40 15E 52 14
Octal 135 11 27 0 132 113 100 536 122 24
Binary 1011101 1001 10111 0 1011010 1001011 1000000 101011110 1010010 10100

Color Harmonies of #5D0917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0917

Black with #5D0917

Text Example


Text Example

White with #5D0917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,9,23); }

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

background-color css

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

 a { background-color: rgb(93,9,23); }

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

border-color css

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

 span { border-color: rgb(93,9,23); }

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