Html Css Color HEX #581216 Burnt Crimson

📋 copy color: '#581216'

red 88 ◦ green 18 ◦ blue 22

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

Shades of Burnt Crimson #581216

Tints of Burnt Crimson #581216

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.06%

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

R = 68.75%
G = 14.06%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#581216 (or 0x581216) is known color: Burnt Crimson. HEX triplet: 58, 12 and 16. RGB value is (88,18,22). Sum of RGB (Red+Green+Blue) = 88+18+22=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #581216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581216 is #A7EDE9. Grayscale: #272727. Windows color (decimal): -11005418 or 1446488. OLE color: 1446488.

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

Color convert

RGB 88 18 22 -
CMYK 0 0.80 0.75 0.65
HSL 356.57º 0.66% 0.21% -
HSV(B) 356.57º 0.8% 0.35% -
XYZ 4.39 2.57 1.02 -
YUV 39.39 118.19 162.67 -
System Red Green Blue C M Y K H S L
Decimal 88 18 22 0 0.80 0.75 0.65 356.57 0.66 0.21
Hex 58 12 16 0 50 4B 41 165 42 15
Octal 130 22 26 0 120 113 101 545 102 25
Binary 1011000 10010 10110 0 1010000 1001011 1000001 101100101 1000010 10101

Color Harmonies of #581216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581216

Black with #581216

Text Example


Text Example

White with #581216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581216; }

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

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

background-color css

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

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

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

border-color css

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

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

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