#582022

Color #582022 Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #582022

Tints of Burnt Crimson #582022

Color information

#582022 (or 0x582022) is unknown color: approx Burnt Crimson. HEX triplet: 58, 20 and 22. RGB value is (88,32,34). Sum of RGB (Red+Green+Blue) = 88+32+34=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #582022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582022 is #A7DFDD. Grayscale: #313131. Windows color (decimal): -11001822 or 2236504. OLE color: 2236504.

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

Color convert

RGB883234-
CMYK00.640.610.65
HSL357.86º46.67%23.53%-
HSV(B)357.86º63.64%34.51%-
XYZ4.833.221.88-
YUV48.97119.55155.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.14%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 34 (13.67% from 255) = 22.08%
R=57.14%
G=20.78%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88323400.640.610.65357.8646.6723.53
Hex5820220403D411662f18
Octal13040420100751015465730
Binary101100010000010001001000000111101100000110110011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582022; }

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

 H1.HeaderClassName
 {
   color: #582022;
 }
 .AnyTagClassName
 {
   color: #582022;
 }
</style>
background-color css

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

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

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

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

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

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