Html Css Color HEX #581319 Burnt Crimson

📋 copy color: '#581319'

red 88 ◦ green 19 ◦ blue 25

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

Shades of Burnt Crimson #581319

Tints of Burnt Crimson #581319

RGB

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

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

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

R = 66.67%
G = 14.39%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#581319 (or 0x581319) is known color: Burnt Crimson. HEX triplet: 58, 13 and 19. RGB value is (88,19,25). Sum of RGB (Red+Green+Blue) = 88+19+25=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #581319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581319 is #A7ECE6. Grayscale: #282828. Windows color (decimal): -11005159 or 1643352. OLE color: 1643352.

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

Color convert

RGB 88 19 25 -
CMYK 0 0.78 0.72 0.65
HSL 354.78º 0.64% 0.21% -
HSV(B) 354.78º 0.78% 0.35% -
XYZ 4.43 2.61 1.19 -
YUV 40.32 119.36 162.01 -
System Red Green Blue C M Y K H S L
Decimal 88 19 25 0 0.78 0.72 0.65 354.78 0.64 0.21
Hex 58 13 19 0 4E 48 41 163 40 15
Octal 130 23 31 0 116 110 101 543 100 25
Binary 1011000 10011 11001 0 1001110 1001000 1000001 101100011 1000000 10101

Color Harmonies of #581319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581319

Black with #581319

Text Example


Text Example

White with #581319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581319; }

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

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

background-color css

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

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

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

border-color css

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

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

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