Html Css Color HEX #582225 Burnt Crimson

📋 copy color: '#582225'

red 88 ◦ green 34 ◦ blue 37

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

Shades of Burnt Crimson #582225

Tints of Burnt Crimson #582225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.27%

R = 55.35%
G = 21.38%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#582225 (or 0x582225) is known color: Burnt Crimson. HEX triplet: 58, 22 and 25. RGB value is (88,34,37). Sum of RGB (Red+Green+Blue) = 88+34+37=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #582225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582225 is #A7DDDA. Grayscale: #323232. Windows color (decimal): -11001307 or 2433624. OLE color: 2433624.

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

Color convert

RGB 88 34 37 -
CMYK 0 0.61 0.58 0.65
HSL 356.67º 0.44% 0.24% -
HSV(B) 356.67º 0.61% 0.35% -
XYZ 4.93 3.35 2.14 -
YUV 50.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 88 34 37 0 0.61 0.58 0.65 356.67 0.44 0.24
Hex 58 22 25 0 3D 3A 41 165 2C 18
Octal 130 42 45 0 75 72 101 545 54 30
Binary 1011000 100010 100101 0 111101 111010 1000001 101100101 101100 11000

Color Harmonies of #582225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582225

Black with #582225

Text Example


Text Example

White with #582225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582225; }

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

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

background-color css

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

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

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

border-color css

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

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

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