Html Css Color HEX #581011 Burnt Crimson

📋 copy color: '#581011'

red 88 ◦ green 16 ◦ blue 17

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

Shades of Burnt Crimson #581011

Tints of Burnt Crimson #581011

RGB

 RED value IS 88 (34.77% from 255) = 72.73%

 GREEN value IS 16 (6.64% from 255) = 13.22%

 BLUE value IS 17 (7.03% from 255) = 14.05%

R = 72.73%
G = 13.22%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#581011 (or 0x581011) is known color: Burnt Crimson. HEX triplet: 58, 10 and 11. RGB value is (88,16,17). Sum of RGB (Red+Green+Blue) = 88+16+17=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #581011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581011 is #A7EFEE. Grayscale: #252525. Windows color (decimal): -11005935 or 1118296. OLE color: 1118296.

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

Color convert

RGB 88 16 17 -
CMYK 0 0.82 0.81 0.65
HSL 359.17º 0.69% 0.2% -
HSV(B) 359.17º 0.82% 0.35% -
XYZ 4.31 2.49 0.78 -
YUV 37.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 88 16 17 0 0.82 0.81 0.65 359.17 0.69 0.2
Hex 58 10 11 0 52 51 41 167 45 14
Octal 130 20 21 0 122 121 101 547 105 24
Binary 1011000 10000 10001 0 1010010 1010001 1000001 101100111 1000101 10100

Color Harmonies of #581011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581011

Black with #581011

Text Example


Text Example

White with #581011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581011; }

 p { color: rgb(88,16,17); }

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

background-color css

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

 a { background-color: rgb(88,16,17); }

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

border-color css

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

 span { border-color: rgb(88,16,17); }

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