Html Css Color HEX #591D1F Burnt Crimson

📋 copy color: '#591D1F'

red 89 ◦ green 29 ◦ blue 31

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

Shades of Burnt Crimson #591D1F

Tints of Burnt Crimson #591D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.46%

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

R = 59.73%
G = 19.46%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#591D1F (or 0x591D1F) is known color: Burnt Crimson. HEX triplet: 59, 1D and 1F. RGB value is (89,29,31). Sum of RGB (Red+Green+Blue) = 89+29+31=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #591D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591D1F is #A6E2E0. Grayscale: #2F2F2F. Windows color (decimal): -10937057 or 2039129. OLE color: 2039129.

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

Color convert

RGB 89 29 31 -
CMYK 0 0.67 0.65 0.65
HSL 358º 0.51% 0.23% -
HSV(B) 358º 0.67% 0.35% -
XYZ 4.81 3.1 1.64 -
YUV 47.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 89 29 31 0 0.67 0.65 0.65 358 0.51 0.23
Hex 59 1D 1F 0 43 41 41 166 33 17
Octal 131 35 37 0 103 101 101 546 63 27
Binary 1011001 11101 11111 0 1000011 1000001 1000001 101100110 110011 10111

Color Harmonies of #591D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591D1F

Black with #591D1F

Text Example


Text Example

White with #591D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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