Html Css Color HEX #5D172D Pohutukawa

📋 copy color: '#5D172D'

red 93 ◦ green 23 ◦ blue 45

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

Shades of Pohutukawa #5D172D

Tints of Pohutukawa #5D172D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.95%

R = 57.76%
G = 14.29%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.64

RGB Variations

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

Color information

#5D172D (or 0x5D172D) is known color: Pohutukawa. HEX triplet: 5D, 17 and 2D. RGB value is (93,23,45). Sum of RGB (Red+Green+Blue) = 93+23+45=161 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.76% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 93 - color contains mainly: red. Hex color #5D172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D172D is #A2E8D2. Grayscale: #2E2E2E. Windows color (decimal): -10676435 or 2955101. OLE color: 2955101.

HSL color Cylindrical-coordinate representation of color #5D172D: hue angle of 341.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 #5D172D is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 23 45 -
CMYK 0 0.75 0.52 0.64
HSL 341.14º 0.6% 0.23% -
HSV(B) 341.14º 0.75% 0.36% -
XYZ 5.29 3.13 2.81 -
YUV 46.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 93 23 45 0 0.75 0.52 0.64 341.14 0.6 0.23
Hex 5D 17 2D 0 4B 34 40 155 3C 17
Octal 135 27 55 0 113 64 100 525 74 27
Binary 1011101 10111 101101 0 1001011 110100 1000000 101010101 111100 10111

Color Harmonies of #5D172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D172D

Black with #5D172D

Text Example


Text Example

White with #5D172D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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