Html Css Color HEX #59151F Burnt Crimson

📋 copy color: '#59151F'

red 89 ◦ green 21 ◦ blue 31

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

Shades of Burnt Crimson #59151F

Tints of Burnt Crimson #59151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.89%

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

R = 63.12%
G = 14.89%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#59151F (or 0x59151F) is known color: Burnt Crimson. HEX triplet: 59, 15 and 1F. RGB value is (89,21,31). Sum of RGB (Red+Green+Blue) = 89+21+31=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #59151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59151F is #A6EAE0. Grayscale: #2A2A2A. Windows color (decimal): -10939105 or 2037081. OLE color: 2037081.

HSL color Cylindrical-coordinate representation of color #59151F: hue angle of 351.18º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #59151F is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 21 31 -
CMYK 0 0.76 0.65 0.65
HSL 351.18º 0.62% 0.22% -
HSV(B) 351.18º 0.76% 0.35% -
XYZ 4.64 2.76 1.58 -
YUV 42.47 121.53 161.19 -
System Red Green Blue C M Y K H S L
Decimal 89 21 31 0 0.76 0.65 0.65 351.18 0.62 0.22
Hex 59 15 1F 0 4C 41 41 15F 3E 16
Octal 131 25 37 0 114 101 101 537 76 26
Binary 1011001 10101 11111 0 1001100 1000001 1000001 101011111 111110 10110

Color Harmonies of #59151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59151F

Black with #59151F

Text Example


Text Example

White with #59151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59151F; }

 p { color: rgb(89,21,31); }

 H1.HeaderClassName
 {
   color: #59151F;
 }
 .AnyTagClassName
 {
   color: #59151F;
 }
</style>

background-color css

<style>
 a { background-color: #59151F; }

 a { background-color: rgb(89,21,31); }

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

border-color css

<style>
 span { border-color: #59151F; }

 span { border-color: rgb(89,21,31); }

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