Html Css Color HEX #59181A Burnt Crimson

📋 copy color: '#59181A'

red 89 ◦ green 24 ◦ blue 26

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

Shades of Burnt Crimson #59181A

Tints of Burnt Crimson #59181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.27%

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

R = 64.03%
G = 17.27%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#59181A (or 0x59181A) is known color: Burnt Crimson. HEX triplet: 59, 18 and 1A. RGB value is (89,24,26). Sum of RGB (Red+Green+Blue) = 89+24+26=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #59181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59181A is #A6E7E5. Grayscale: #2B2B2B. Windows color (decimal): -10938342 or 1710169. OLE color: 1710169.

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

Color convert

RGB 89 24 26 -
CMYK 0 0.73 0.71 0.65
HSL 358.15º 0.58% 0.22% -
HSV(B) 358.15º 0.73% 0.35% -
XYZ 4.63 2.85 1.28 -
YUV 43.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 89 24 26 0 0.73 0.71 0.65 358.15 0.58 0.22
Hex 59 18 1A 0 49 47 41 166 3A 16
Octal 131 30 32 0 111 107 101 546 72 26
Binary 1011001 11000 11010 0 1001001 1000111 1000001 101100110 111010 10110

Color Harmonies of #59181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59181A

Black with #59181A

Text Example


Text Example

White with #59181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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