Html Css Color HEX #582227 Burnt Crimson

📋 copy color: '#582227'

red 88 ◦ green 34 ◦ blue 39

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

Shades of Burnt Crimson #582227

Tints of Burnt Crimson #582227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 24.22%

R = 54.66%
G = 21.12%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#582227 (or 0x582227) is known color: Burnt Crimson. HEX triplet: 58, 22 and 27. RGB value is (88,34,39). Sum of RGB (Red+Green+Blue) = 88+34+39=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #582227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582227 is #A7DDD8. Grayscale: #323232. Windows color (decimal): -11001305 or 2564696. OLE color: 2564696.

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

Color convert

RGB 88 34 39 -
CMYK 0 0.61 0.56 0.65
HSL 354.44º 0.44% 0.24% -
HSV(B) 354.44º 0.61% 0.35% -
XYZ 4.96 3.37 2.31 -
YUV 50.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 88 34 39 0 0.61 0.56 0.65 354.44 0.44 0.24
Hex 58 22 27 0 3D 38 41 162 2C 18
Octal 130 42 47 0 75 70 101 542 54 30
Binary 1011000 100010 100111 0 111101 111000 1000001 101100010 101100 11000

Color Harmonies of #582227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582227

Black with #582227

Text Example


Text Example

White with #582227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582227; }

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

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

background-color css

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

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

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

border-color css

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

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

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