Html Css Color HEX #582229 Burnt Crimson

📋 copy color: '#582229'

red 88 ◦ green 34 ◦ blue 41

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

Shades of Burnt Crimson #582229

Tints of Burnt Crimson #582229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.86%

 BLUE value IS 41 (16.41% from 255) = 25.15%

R = 53.99%
G = 20.86%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#582229 (or 0x582229) is known color: Burnt Crimson. HEX triplet: 58, 22 and 29. RGB value is (88,34,41). Sum of RGB (Red+Green+Blue) = 88+34+41=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #582229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582229 is #A7DDD6. Grayscale: #323232. Windows color (decimal): -11001303 or 2695768. OLE color: 2695768.

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

Color convert

RGB 88 34 41 -
CMYK 0 0.61 0.53 0.65
HSL 352.22º 0.44% 0.24% -
HSV(B) 352.22º 0.61% 0.35% -
XYZ 5 3.38 2.49 -
YUV 50.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 88 34 41 0 0.61 0.53 0.65 352.22 0.44 0.24
Hex 58 22 29 0 3D 35 41 160 2C 18
Octal 130 42 51 0 75 65 101 540 54 30
Binary 1011000 100010 101001 0 111101 110101 1000001 101100000 101100 11000

Color Harmonies of #582229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582229

Black with #582229

Text Example


Text Example

White with #582229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582229; }

 p { color: rgb(88,34,41); }

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

background-color css

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

 a { background-color: rgb(88,34,41); }

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

border-color css

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

 span { border-color: rgb(88,34,41); }

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