#582223

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

Shades of Burnt Crimson #582223

Tints of Burnt Crimson #582223

Color information

#582223 (or 0x582223) is unknown color: approx Burnt Crimson. HEX triplet: 58, 22 and 23. RGB value is (88,34,35). Sum of RGB (Red+Green+Blue) = 88+34+35=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #582223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582223 is #A7DDDC. Grayscale: #323232. Windows color (decimal): -11001309 or 2302552. OLE color: 2302552.

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

Color convert

RGB883435-
CMYK00.610.600.65
HSL358.89º44.26%23.92%-
HSV(B)358.89º61.36%34.51%-
XYZ4.93.341.98-
YUV50.26119.39154.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.05%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 35 (14.06% from 255) = 22.29%
R=56.05%
G=21.66%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88343500.610.600.65358.8944.2623.92
Hex58222303D3C411672c18
Octal1304243075741015475430
Binary10110001000101000110111101111100100000110110011110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582223; }

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

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

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

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

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

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

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

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