Html Css Color HEX #59202B Burnt Crimson

📋 copy color: '#59202B'

red 89 ◦ green 32 ◦ blue 43

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

Shades of Burnt Crimson #59202B

Tints of Burnt Crimson #59202B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.22%

R = 54.27%
G = 19.51%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#59202B (or 0x59202B) is known color: Burnt Crimson. HEX triplet: 59, 20 and 2B. RGB value is (89,32,43). Sum of RGB (Red+Green+Blue) = 89+32+43=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #59202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59202B is #A6DFD4. Grayscale: #323232. Windows color (decimal): -10936277 or 2826329. OLE color: 2826329.

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

Color convert

RGB 89 32 43 -
CMYK 0 0.64 0.52 0.65
HSL 348.42º 0.47% 0.24% -
HSV(B) 348.42º 0.64% 0.35% -
XYZ 5.07 3.33 2.66 -
YUV 50.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 89 32 43 0 0.64 0.52 0.65 348.42 0.47 0.24
Hex 59 20 2B 0 40 34 41 15C 2F 18
Octal 131 40 53 0 100 64 101 534 57 30
Binary 1011001 100000 101011 0 1000000 110100 1000001 101011100 101111 11000

Color Harmonies of #59202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59202B

Black with #59202B

Text Example


Text Example

White with #59202B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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