Html Css Color HEX #581315 Burnt Crimson

📋 copy color: '#581315'

red 88 ◦ green 19 ◦ blue 21

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

Shades of Burnt Crimson #581315

Tints of Burnt Crimson #581315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.41%

R = 68.75%
G = 14.84%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#581315 (or 0x581315) is known color: Burnt Crimson. HEX triplet: 58, 13 and 15. RGB value is (88,19,21). Sum of RGB (Red+Green+Blue) = 88+19+21=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #581315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581315 is #A7ECEA. Grayscale: #272727. Windows color (decimal): -11005163 or 1381208. OLE color: 1381208.

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

Color convert

RGB 88 19 21 -
CMYK 0 0.78 0.76 0.65
HSL 358.26º 0.64% 0.21% -
HSV(B) 358.26º 0.78% 0.35% -
XYZ 4.39 2.59 0.98 -
YUV 39.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 88 19 21 0 0.78 0.76 0.65 358.26 0.64 0.21
Hex 58 13 15 0 4E 4C 41 166 40 15
Octal 130 23 25 0 116 114 101 546 100 25
Binary 1011000 10011 10101 0 1001110 1001100 1000001 101100110 1000000 10101

Color Harmonies of #581315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581315

Black with #581315

Text Example


Text Example

White with #581315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581315; }

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

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

background-color css

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

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

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

border-color css

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

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

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