Html Css Color HEX #592127 Burnt Crimson

📋 copy color: '#592127'

red 89 ◦ green 33 ◦ blue 39

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

Shades of Burnt Crimson #592127

Tints of Burnt Crimson #592127

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.5%

 BLUE value IS 39 (15.63% from 255) = 24.22%

R = 55.28%
G = 20.5%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#592127 (or 0x592127) is known color: Burnt Crimson. HEX triplet: 59, 21 and 27. RGB value is (89,33,39). Sum of RGB (Red+Green+Blue) = 89+33+39=161 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.28% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 89 - color contains mainly: red. Hex color #592127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592127 is #A6DED8. Grayscale: #323232. Windows color (decimal): -10936025 or 2564441. OLE color: 2564441.

HSL color Cylindrical-coordinate representation of color #592127: hue angle of 353.57º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #592127 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 33 39 -
CMYK 0 0.63 0.56 0.65
HSL 353.57º 0.46% 0.24% -
HSV(B) 353.57º 0.63% 0.35% -
XYZ 5.03 3.36 2.3 -
YUV 50.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 89 33 39 0 0.63 0.56 0.65 353.57 0.46 0.24
Hex 59 21 27 0 3F 38 41 162 2E 18
Octal 131 41 47 0 77 70 101 542 56 30
Binary 1011001 100001 100111 0 111111 111000 1000001 101100010 101110 11000

Color Harmonies of #592127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592127

Black with #592127

Text Example


Text Example

White with #592127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592127; }

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

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

background-color css

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

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

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

border-color css

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

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

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