Html Css Color HEX #59151B Burnt Crimson

📋 copy color: '#59151B'

red 89 ◦ green 21 ◦ blue 27

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

Shades of Burnt Crimson #59151B

Tints of Burnt Crimson #59151B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.71%

R = 64.96%
G = 15.33%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#59151B (or 0x59151B) is known color: Burnt Crimson. HEX triplet: 59, 15 and 1B. RGB value is (89,21,27). Sum of RGB (Red+Green+Blue) = 89+21+27=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #59151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59151B is #A6EAE4. Grayscale: #2A2A2A. Windows color (decimal): -10939109 or 1774937. OLE color: 1774937.

HSL color Cylindrical-coordinate representation of color #59151B: hue angle of 354.71º 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 #59151B is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 21 27 -
CMYK 0 0.76 0.70 0.65
HSL 354.71º 0.62% 0.22% -
HSV(B) 354.71º 0.76% 0.35% -
XYZ 4.59 2.74 1.32 -
YUV 42.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 89 21 27 0 0.76 0.70 0.65 354.71 0.62 0.22
Hex 59 15 1B 0 4C 46 41 163 3E 16
Octal 131 25 33 0 114 106 101 543 76 26
Binary 1011001 10101 11011 0 1001100 1000110 1000001 101100011 111110 10110

Color Harmonies of #59151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59151B

Black with #59151B

Text Example


Text Example

White with #59151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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