Html Css Color HEX #59202A Burnt Crimson

📋 copy color: '#59202A'

red 89 ◦ green 32 ◦ blue 42

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

Shades of Burnt Crimson #59202A

Tints of Burnt Crimson #59202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.63%

 BLUE value IS 42 (16.8% from 255) = 25.77%

R = 54.6%
G = 19.63%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#59202A (or 0x59202A) is known color: Burnt Crimson. HEX triplet: 59, 20 and 2A. RGB value is (89,32,42). Sum of RGB (Red+Green+Blue) = 89+32+42=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #59202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59202A is #A6DFD5. Grayscale: #323232. Windows color (decimal): -10936278 or 2760793. OLE color: 2760793.

HSL color Cylindrical-coordinate representation of color #59202A: hue angle of 349.47º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59202A is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 32 42 -
CMYK 0 0.64 0.53 0.65
HSL 349.47º 0.47% 0.24% -
HSV(B) 349.47º 0.64% 0.35% -
XYZ 5.05 3.32 2.57 -
YUV 50.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 89 32 42 0 0.64 0.53 0.65 349.47 0.47 0.24
Hex 59 20 2A 0 40 35 41 15D 2F 18
Octal 131 40 52 0 100 65 101 535 57 30
Binary 1011001 100000 101010 0 1000000 110101 1000001 101011101 101111 11000

Color Harmonies of #59202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59202A

Black with #59202A

Text Example


Text Example

White with #59202A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,32,42); }

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

background-color css

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

 a { background-color: rgb(89,32,42); }

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

border-color css

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

 span { border-color: rgb(89,32,42); }

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