#582123

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

Shades of Burnt Crimson #582123

Tints of Burnt Crimson #582123

Color information

#582123 (or 0x582123) is unknown color: approx Burnt Crimson. HEX triplet: 58, 21 and 23. RGB value is (88,33,35). Sum of RGB (Red+Green+Blue) = 88+33+35=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #582123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582123 is #A7DEDC. Grayscale: #313131. Windows color (decimal): -11001565 or 2302296. OLE color: 2302296.

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

Color convert

RGB883335-
CMYK00.620.600.65
HSL357.82º45.45%23.73%-
HSV(B)357.82º62.5%34.51%-
XYZ4.873.281.97-
YUV49.67119.72155.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.41%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 35 (14.06% from 255) = 22.44%
R=56.41%
G=21.15%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88333500.620.600.65357.8245.4523.73
Hex58212303E3C411662d18
Octal1304143076741015465530
Binary10110001000011000110111110111100100000110110011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582123; }

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

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

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

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

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

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

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

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