Html Css Color HEX #581116 Burnt Crimson

📋 copy color: '#581116'

red 88 ◦ green 17 ◦ blue 22

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

Shades of Burnt Crimson #581116

Tints of Burnt Crimson #581116

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.39%

 BLUE value IS 22 (8.98% from 255) = 17.32%

R = 69.29%
G = 13.39%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#581116 (or 0x581116) is known color: Burnt Crimson. HEX triplet: 58, 11 and 16. RGB value is (88,17,22). Sum of RGB (Red+Green+Blue) = 88+17+22=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #581116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581116 is #A7EEE9. Grayscale: #262626. Windows color (decimal): -11005674 or 1446232. OLE color: 1446232.

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

Color convert

RGB 88 17 22 -
CMYK 0 0.81 0.75 0.65
HSL 355.77º 0.68% 0.21% -
HSV(B) 355.77º 0.81% 0.35% -
XYZ 4.37 2.53 1.02 -
YUV 38.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 88 17 22 0 0.81 0.75 0.65 355.77 0.68 0.21
Hex 58 11 16 0 51 4B 41 164 44 15
Octal 130 21 26 0 121 113 101 544 104 25
Binary 1011000 10001 10110 0 1010001 1001011 1000001 101100100 1000100 10101

Color Harmonies of #581116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581116

Black with #581116

Text Example


Text Example

White with #581116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581116; }

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

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

background-color css

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

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

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

border-color css

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

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

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