Html Css Color HEX #581113 Burnt Crimson

📋 copy color: '#581113'

red 88 ◦ green 17 ◦ blue 19

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

Shades of Burnt Crimson #581113

Tints of Burnt Crimson #581113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.32%

R = 70.97%
G = 13.71%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#581113 (or 0x581113) is known color: Burnt Crimson. HEX triplet: 58, 11 and 13. RGB value is (88,17,19). Sum of RGB (Red+Green+Blue) = 88+17+19=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #581113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581113 is #A7EEEC. Grayscale: #262626. Windows color (decimal): -11005677 or 1249624. OLE color: 1249624.

HSL color Cylindrical-coordinate representation of color #581113: hue angle of 358.31º 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 #581113 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 17 19 -
CMYK 0 0.81 0.78 0.65
HSL 358.31º 0.68% 0.21% -
HSV(B) 358.31º 0.81% 0.35% -
XYZ 4.34 2.52 0.87 -
YUV 38.46 117.02 163.34 -
System Red Green Blue C M Y K H S L
Decimal 88 17 19 0 0.81 0.78 0.65 358.31 0.68 0.21
Hex 58 11 13 0 51 4E 41 166 44 15
Octal 130 21 23 0 121 116 101 546 104 25
Binary 1011000 10001 10011 0 1010001 1001110 1000001 101100110 1000100 10101

Color Harmonies of #581113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581113

Black with #581113

Text Example


Text Example

White with #581113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581113; }

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

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

background-color css

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

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

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

border-color css

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

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

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