Html Css Color HEX #582122 Burnt Crimson

📋 copy color: '#582122'

red 88 ◦ green 33 ◦ blue 34

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

Shades of Burnt Crimson #582122

Tints of Burnt Crimson #582122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.29%

 BLUE value IS 34 (13.67% from 255) = 21.94%

R = 56.77%
G = 21.29%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#582122 (or 0x582122) is known color: Burnt Crimson. HEX triplet: 58, 21 and 22. RGB value is (88,33,34). Sum of RGB (Red+Green+Blue) = 88+33+34=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #582122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582122 is #A7DEDD. Grayscale: #313131. Windows color (decimal): -11001566 or 2236760. OLE color: 2236760.

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

Color convert

RGB 88 33 34 -
CMYK 0 0.62 0.61 0.65
HSL 358.91º 0.45% 0.24% -
HSV(B) 358.91º 0.63% 0.35% -
XYZ 4.86 3.28 1.89 -
YUV 49.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 88 33 34 0 0.62 0.61 0.65 358.91 0.45 0.24
Hex 58 21 22 0 3E 3D 41 167 2D 18
Octal 130 41 42 0 76 75 101 547 55 30
Binary 1011000 100001 100010 0 111110 111101 1000001 101100111 101101 11000

Color Harmonies of #582122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582122

Black with #582122

Text Example


Text Example

White with #582122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582122; }

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

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

background-color css

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

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

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

border-color css

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

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

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