#582628

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

Shades of Burnt Crimson #582628

Tints of Burnt Crimson #582628

Color information

#582628 (or 0x582628) is unknown color: approx Burnt Crimson. HEX triplet: 58, 26 and 28. RGB value is (88,38,40). Sum of RGB (Red+Green+Blue) = 88+38+40=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #582628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582628 is #A7D9D7. Grayscale: #353535. Windows color (decimal): -11000280 or 2631256. OLE color: 2631256.

HSL color Cylindrical-coordinate representation of color #582628: hue angle of 357.6º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #582628 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB883840-
CMYK00.570.550.65
HSL357.6º39.68%24.71%-
HSV(B)357.6º56.82%34.51%-
XYZ5.13.612.44-
YUV53.18120.56152.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.01%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 40 (16.02% from 255) = 24.10%
R=53.01%
G=22.89%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88384000.570.550.65357.639.6824.71
Hex58262803937411662819
Octal1304650071671015465031
Binary10110001001101010000111001110111100000110110011010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582628; }

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

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

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

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

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

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

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

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