Html Css Color HEX #581618 Burnt Crimson

📋 copy color: '#581618'

red 88 ◦ green 22 ◦ blue 24

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

Shades of Burnt Crimson #581618

Tints of Burnt Crimson #581618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.42%

 BLUE value IS 24 (9.77% from 255) = 17.91%

R = 65.67%
G = 16.42%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#581618 (or 0x581618) is known color: Burnt Crimson. HEX triplet: 58, 16 and 18. RGB value is (88,22,24). Sum of RGB (Red+Green+Blue) = 88+22+24=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #581618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581618 is #A7E9E7. Grayscale: #2A2A2A. Windows color (decimal): -11004392 or 1578584. OLE color: 1578584.

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

Color convert

RGB 88 22 24 -
CMYK 0 0.75 0.73 0.65
HSL 358.18º 0.6% 0.22% -
HSV(B) 358.18º 0.75% 0.35% -
XYZ 4.48 2.71 1.15 -
YUV 41.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 88 22 24 0 0.75 0.73 0.65 358.18 0.6 0.22
Hex 58 16 18 0 4B 49 41 166 3C 16
Octal 130 26 30 0 113 111 101 546 74 26
Binary 1011000 10110 11000 0 1001011 1001001 1000001 101100110 111100 10110

Color Harmonies of #581618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581618

Black with #581618

Text Example


Text Example

White with #581618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581618; }

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

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

background-color css

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

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

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

border-color css

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

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

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