Html Css Color HEX #581017 Burnt Crimson

📋 copy color: '#581017'

red 88 ◦ green 16 ◦ blue 23

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

Shades of Burnt Crimson #581017

Tints of Burnt Crimson #581017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.6%

 BLUE value IS 23 (9.38% from 255) = 18.11%

R = 69.29%
G = 12.6%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#581017 (or 0x581017) is known color: Burnt Crimson. HEX triplet: 58, 10 and 17. RGB value is (88,16,23). Sum of RGB (Red+Green+Blue) = 88+16+23=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #581017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581017 is #A7EFE8. Grayscale: #262626. Windows color (decimal): -11005929 or 1511512. OLE color: 1511512.

HSL color Cylindrical-coordinate representation of color #581017: hue angle of 354.17º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581017 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 16 23 -
CMYK 0 0.82 0.74 0.65
HSL 354.17º 0.69% 0.2% -
HSV(B) 354.17º 0.82% 0.35% -
XYZ 4.36 2.51 1.06 -
YUV 38.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 88 16 23 0 0.82 0.74 0.65 354.17 0.69 0.2
Hex 58 10 17 0 52 4A 41 162 45 14
Octal 130 20 27 0 122 112 101 542 105 24
Binary 1011000 10000 10111 0 1010010 1001010 1000001 101100010 1000101 10100

Color Harmonies of #581017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581017

Black with #581017

Text Example


Text Example

White with #581017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581017; }

 p { color: rgb(88,16,23); }

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

background-color css

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

 a { background-color: rgb(88,16,23); }

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

border-color css

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

 span { border-color: rgb(88,16,23); }

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