Html Css Color HEX #591C1F Burnt Crimson

📋 copy color: '#591C1F'

red 89 ◦ green 28 ◦ blue 31

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

Shades of Burnt Crimson #591C1F

Tints of Burnt Crimson #591C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.92%

 BLUE value IS 31 (12.5% from 255) = 20.95%

R = 60.14%
G = 18.92%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#591C1F (or 0x591C1F) is known color: Burnt Crimson. HEX triplet: 59, 1C and 1F. RGB value is (89,28,31). Sum of RGB (Red+Green+Blue) = 89+28+31=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #591C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591C1F is #A6E3E0. Grayscale: #2E2E2E. Windows color (decimal): -10937313 or 2038873. OLE color: 2038873.

HSL color Cylindrical-coordinate representation of color #591C1F: hue angle of 357.05º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #591C1F is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 28 31 -
CMYK 0 0.69 0.65 0.65
HSL 357.05º 0.52% 0.23% -
HSV(B) 357.05º 0.69% 0.35% -
XYZ 4.78 3.05 1.63 -
YUV 46.58 119.21 158.26 -
System Red Green Blue C M Y K H S L
Decimal 89 28 31 0 0.69 0.65 0.65 357.05 0.52 0.23
Hex 59 1C 1F 0 45 41 41 165 34 17
Octal 131 34 37 0 105 101 101 545 64 27
Binary 1011001 11100 11111 0 1000101 1000001 1000001 101100101 110100 10111

Color Harmonies of #591C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591C1F

Black with #591C1F

Text Example


Text Example

White with #591C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591C1F; }

 p { color: rgb(89,28,31); }

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

background-color css

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

 a { background-color: rgb(89,28,31); }

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

border-color css

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

 span { border-color: rgb(89,28,31); }

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