Html Css Color HEX #5D171F Pohutukawa

📋 copy color: '#5D171F'

red 93 ◦ green 23 ◦ blue 31

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

Shades of Pohutukawa #5D171F

Tints of Pohutukawa #5D171F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.65%

 BLUE value IS 31 (12.5% from 255) = 21.09%

R = 63.27%
G = 15.65%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#5D171F (or 0x5D171F) is known color: Pohutukawa. HEX triplet: 5D, 17 and 1F. RGB value is (93,23,31). Sum of RGB (Red+Green+Blue) = 93+23+31=147 (19% of max value = 765). Red value is 93 (36.72% from 255 or 63.27% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 93 - color contains mainly: red. Hex color #5D171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D171F is #A2E8E0. Grayscale: #2C2C2C. Windows color (decimal): -10676449 or 2037597. OLE color: 2037597.

HSL color Cylindrical-coordinate representation of color #5D171F: hue angle of 353.14º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D171F is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 23 31 -
CMYK 0 0.75 0.67 0.64
HSL 353.14º 0.6% 0.23% -
HSV(B) 353.14º 0.75% 0.36% -
XYZ 5.07 3.04 1.62 -
YUV 44.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 93 23 31 0 0.75 0.67 0.64 353.14 0.6 0.23
Hex 5D 17 1F 0 4B 43 40 161 3C 17
Octal 135 27 37 0 113 103 100 541 74 27
Binary 1011101 10111 11111 0 1001011 1000011 1000000 101100001 111100 10111

Color Harmonies of #5D171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D171F

Black with #5D171F

Text Example


Text Example

White with #5D171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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