Html Css Color HEX #581519 Burnt Crimson

📋 copy color: '#581519'

red 88 ◦ green 21 ◦ blue 25

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

Shades of Burnt Crimson #581519

Tints of Burnt Crimson #581519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.67%

 BLUE value IS 25 (10.16% from 255) = 18.66%

R = 65.67%
G = 15.67%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#581519 (or 0x581519) is known color: Burnt Crimson. HEX triplet: 58, 15 and 19. RGB value is (88,21,25). Sum of RGB (Red+Green+Blue) = 88+21+25=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #581519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581519 is #A7EAE6. Grayscale: #292929. Windows color (decimal): -11004647 or 1643864. OLE color: 1643864.

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

Color convert

RGB 88 21 25 -
CMYK 0 0.76 0.72 0.65
HSL 356.42º 0.61% 0.21% -
HSV(B) 356.42º 0.76% 0.35% -
XYZ 4.47 2.68 1.2 -
YUV 41.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 88 21 25 0 0.76 0.72 0.65 356.42 0.61 0.21
Hex 58 15 19 0 4C 48 41 164 3D 15
Octal 130 25 31 0 114 110 101 544 75 25
Binary 1011000 10101 11001 0 1001100 1001000 1000001 101100100 111101 10101

Color Harmonies of #581519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581519

Black with #581519

Text Example


Text Example

White with #581519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581519; }

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

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

background-color css

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

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

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

border-color css

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

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

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