#582029

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

Shades of Burnt Crimson #582029

Tints of Burnt Crimson #582029

Color information

#582029 (or 0x582029) is unknown color: approx Burnt Crimson. HEX triplet: 58, 20 and 29. RGB value is (88,32,41). Sum of RGB (Red+Green+Blue) = 88+32+41=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #582029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582029 is #A7DFD6. Grayscale: #313131. Windows color (decimal): -11001815 or 2695256. OLE color: 2695256.

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

Color convert

RGB883241-
CMYK00.640.530.65
HSL350.36º46.67%23.53%-
HSV(B)350.36º63.64%34.51%-
XYZ4.943.272.47-
YUV49.77123.05155.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.66%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 41 (16.41% from 255) = 25.47%
R=54.66%
G=19.88%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88324100.640.530.65350.3646.6723.53
Hex582029040354115e2f18
Octal13040510100651015365730
Binary101100010000010100101000000110101100000110101111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582029; }

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

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

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

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

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

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

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

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