Html Css Color HEX #59242A Burnt Crimson

📋 copy color: '#59242A'

red 89 ◦ green 36 ◦ blue 42

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

Shades of Burnt Crimson #59242A

Tints of Burnt Crimson #59242A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.56%

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

R = 53.29%
G = 21.56%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#59242A (or 0x59242A) is known color: Burnt Crimson. HEX triplet: 59, 24 and 2A. RGB value is (89,36,42). Sum of RGB (Red+Green+Blue) = 89+36+42=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #59242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59242A is #A6DBD5. Grayscale: #343434. Windows color (decimal): -10935254 or 2761817. OLE color: 2761817.

HSL color Cylindrical-coordinate representation of color #59242A: hue angle of 353.21º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59242A is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 36 42 -
CMYK 0 0.60 0.53 0.65
HSL 353.21º 0.42% 0.25% -
HSV(B) 353.21º 0.6% 0.35% -
XYZ 5.17 3.55 2.6 -
YUV 52.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 89 36 42 0 0.60 0.53 0.65 353.21 0.42 0.25
Hex 59 24 2A 0 3C 35 41 161 2A 19
Octal 131 44 52 0 74 65 101 541 52 31
Binary 1011001 100100 101010 0 111100 110101 1000001 101100001 101010 11001

Color Harmonies of #59242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59242A

Black with #59242A

Text Example


Text Example

White with #59242A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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