Html Css Color HEX #59171A Burnt Crimson

📋 copy color: '#59171A'

red 89 ◦ green 23 ◦ blue 26

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

Shades of Burnt Crimson #59171A

Tints of Burnt Crimson #59171A

RGB

 RED value IS 89 (35.16% from 255) = 64.49%

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

 BLUE value IS 26 (10.55% from 255) = 18.84%

R = 64.49%
G = 16.67%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#59171A (or 0x59171A) is known color: Burnt Crimson. HEX triplet: 59, 17 and 1A. RGB value is (89,23,26). Sum of RGB (Red+Green+Blue) = 89+23+26=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #59171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59171A is #A6E8E5. Grayscale: #2B2B2B. Windows color (decimal): -10938598 or 1709913. OLE color: 1709913.

HSL color Cylindrical-coordinate representation of color #59171A: hue angle of 357.27º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59171A is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 23 26 -
CMYK 0 0.74 0.71 0.65
HSL 357.27º 0.59% 0.22% -
HSV(B) 357.27º 0.74% 0.35% -
XYZ 4.61 2.81 1.28 -
YUV 43.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 89 23 26 0 0.74 0.71 0.65 357.27 0.59 0.22
Hex 59 17 1A 0 4A 47 41 165 3B 16
Octal 131 27 32 0 112 107 101 545 73 26
Binary 1011001 10111 11010 0 1001010 1000111 1000001 101100101 111011 10110

Color Harmonies of #59171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59171A

Black with #59171A

Text Example


Text Example

White with #59171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59171A; }

 p { color: rgb(89,23,26); }

 H1.HeaderClassName
 {
   color: #59171A;
 }
 .AnyTagClassName
 {
   color: #59171A;
 }
</style>

background-color css

<style>
 a { background-color: #59171A; }

 a { background-color: rgb(89,23,26); }

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

border-color css

<style>
 span { border-color: #59171A; }

 span { border-color: rgb(89,23,26); }

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