Html Css Color HEX #59232B Burnt Crimson

📋 copy color: '#59232B'

red 89 ◦ green 35 ◦ blue 43

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

Shades of Burnt Crimson #59232B

Tints of Burnt Crimson #59232B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.96%

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

R = 53.29%
G = 20.96%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#59232B (or 0x59232B) is known color: Burnt Crimson. HEX triplet: 59, 23 and 2B. RGB value is (89,35,43). Sum of RGB (Red+Green+Blue) = 89+35+43=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #59232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59232B is #A6DCD4. Grayscale: #343434. Windows color (decimal): -10935509 or 2827097. OLE color: 2827097.

HSL color Cylindrical-coordinate representation of color #59232B: hue angle of 351.11º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59232B is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 35 43 -
CMYK 0 0.61 0.52 0.65
HSL 351.11º 0.44% 0.24% -
HSV(B) 351.11º 0.61% 0.35% -
XYZ 5.16 3.5 2.69 -
YUV 52.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 89 35 43 0 0.61 0.52 0.65 351.11 0.44 0.24
Hex 59 23 2B 0 3D 34 41 15F 2C 18
Octal 131 43 53 0 75 64 101 537 54 30
Binary 1011001 100011 101011 0 111101 110100 1000001 101011111 101100 11000

Color Harmonies of #59232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59232B

Black with #59232B

Text Example


Text Example

White with #59232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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