Html Css Color HEX #582226 Burnt Crimson

📋 copy color: '#582226'

red 88 ◦ green 34 ◦ blue 38

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

Shades of Burnt Crimson #582226

Tints of Burnt Crimson #582226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.75%

R = 55%
G = 21.25%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#582226 (or 0x582226) is known color: Burnt Crimson. HEX triplet: 58, 22 and 26. RGB value is (88,34,38). Sum of RGB (Red+Green+Blue) = 88+34+38=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #582226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582226 is #A7DDD9. Grayscale: #323232. Windows color (decimal): -11001306 or 2499160. OLE color: 2499160.

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

Color convert

RGB 88 34 38 -
CMYK 0 0.61 0.57 0.65
HSL 355.56º 0.44% 0.24% -
HSV(B) 355.56º 0.61% 0.35% -
XYZ 4.95 3.36 2.22 -
YUV 50.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 88 34 38 0 0.61 0.57 0.65 355.56 0.44 0.24
Hex 58 22 26 0 3D 39 41 164 2C 18
Octal 130 42 46 0 75 71 101 544 54 30
Binary 1011000 100010 100110 0 111101 111001 1000001 101100100 101100 11000

Color Harmonies of #582226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582226

Black with #582226

Text Example


Text Example

White with #582226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582226; }

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

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

background-color css

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

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

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

border-color css

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

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

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