Html Css Color HEX #59272A Burnt Crimson

📋 copy color: '#59272A'

red 89 ◦ green 39 ◦ blue 42

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

Shades of Burnt Crimson #59272A

Tints of Burnt Crimson #59272A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.94%

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

R = 52.35%
G = 22.94%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#59272A (or 0x59272A) is known color: Burnt Crimson. HEX triplet: 59, 27 and 2A. RGB value is (89,39,42). Sum of RGB (Red+Green+Blue) = 89+39+42=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #59272A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59272A is #A6D8D5. Grayscale: #363636. Windows color (decimal): -10934486 or 2762585. OLE color: 2762585.

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

Color convert

RGB 89 39 42 -
CMYK 0 0.56 0.53 0.65
HSL 356.4º 0.39% 0.25% -
HSV(B) 356.4º 0.56% 0.35% -
XYZ 5.26 3.74 2.64 -
YUV 54.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 89 39 42 0 0.56 0.53 0.65 356.4 0.39 0.25
Hex 59 27 2A 0 38 35 41 164 27 19
Octal 131 47 52 0 70 65 101 544 47 31
Binary 1011001 100111 101010 0 111000 110101 1000001 101100100 100111 11001

Color Harmonies of #59272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59272A

Black with #59272A

Text Example


Text Example

White with #59272A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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