Html Css Color HEX #582224 Burnt Crimson

📋 copy color: '#582224'

red 88 ◦ green 34 ◦ blue 36

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

Shades of Burnt Crimson #582224

Tints of Burnt Crimson #582224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 22.78%

R = 55.7%
G = 21.52%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#582224 (or 0x582224) is known color: Burnt Crimson. HEX triplet: 58, 22 and 24. RGB value is (88,34,36). Sum of RGB (Red+Green+Blue) = 88+34+36=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #582224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582224 is #A7DDDB. Grayscale: #323232. Windows color (decimal): -11001308 or 2368088. OLE color: 2368088.

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

Color convert

RGB 88 34 36 -
CMYK 0 0.61 0.59 0.65
HSL 357.78º 0.44% 0.24% -
HSV(B) 357.78º 0.61% 0.35% -
XYZ 4.91 3.35 2.06 -
YUV 50.37 119.89 154.84 -
System Red Green Blue C M Y K H S L
Decimal 88 34 36 0 0.61 0.59 0.65 357.78 0.44 0.24
Hex 58 22 24 0 3D 3B 41 166 2C 18
Octal 130 42 44 0 75 73 101 546 54 30
Binary 1011000 100010 100100 0 111101 111011 1000001 101100110 101100 11000

Color Harmonies of #582224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582224

Black with #582224

Text Example


Text Example

White with #582224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582224; }

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

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

background-color css

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

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

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

border-color css

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

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

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