Html Css Color HEX #581013 Burnt Crimson

📋 copy color: '#581013'

red 88 ◦ green 16 ◦ blue 19

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

Shades of Burnt Crimson #581013

Tints of Burnt Crimson #581013

RGB

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

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

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

R = 71.54%
G = 13.01%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#581013 (or 0x581013) is known color: Burnt Crimson. HEX triplet: 58, 10 and 13. RGB value is (88,16,19). Sum of RGB (Red+Green+Blue) = 88+16+19=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #581013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581013 is #A7EFEC. Grayscale: #252525. Windows color (decimal): -11005933 or 1249368. OLE color: 1249368.

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

Color convert

RGB 88 16 19 -
CMYK 0 0.82 0.78 0.65
HSL 357.5º 0.69% 0.2% -
HSV(B) 357.5º 0.82% 0.35% -
XYZ 4.33 2.49 0.87 -
YUV 37.87 117.35 163.76 -
System Red Green Blue C M Y K H S L
Decimal 88 16 19 0 0.82 0.78 0.65 357.5 0.69 0.2
Hex 58 10 13 0 52 4E 41 166 45 14
Octal 130 20 23 0 122 116 101 546 105 24
Binary 1011000 10000 10011 0 1010010 1001110 1000001 101100110 1000101 10100

Color Harmonies of #581013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581013

Black with #581013

Text Example


Text Example

White with #581013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581013; }

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

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

background-color css

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

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

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

border-color css

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

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

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