Html Css Color HEX #581316 Burnt Crimson

📋 copy color: '#581316'

red 88 ◦ green 19 ◦ blue 22

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

Shades of Burnt Crimson #581316

Tints of Burnt Crimson #581316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.73%

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

R = 68.22%
G = 14.73%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#581316 (or 0x581316) is known color: Burnt Crimson. HEX triplet: 58, 13 and 16. RGB value is (88,19,22). Sum of RGB (Red+Green+Blue) = 88+19+22=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #581316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581316 is #A7ECE9. Grayscale: #282828. Windows color (decimal): -11005162 or 1446744. OLE color: 1446744.

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

Color convert

RGB 88 19 22 -
CMYK 0 0.78 0.75 0.65
HSL 357.39º 0.64% 0.21% -
HSV(B) 357.39º 0.78% 0.35% -
XYZ 4.4 2.6 1.03 -
YUV 39.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 88 19 22 0 0.78 0.75 0.65 357.39 0.64 0.21
Hex 58 13 16 0 4E 4B 41 165 40 15
Octal 130 23 26 0 116 113 101 545 100 25
Binary 1011000 10011 10110 0 1001110 1001011 1000001 101100101 1000000 10101

Color Harmonies of #581316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581316

Black with #581316

Text Example


Text Example

White with #581316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581316; }

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

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

background-color css

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

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

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

border-color css

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

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

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