#58232C

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

Shades of Burnt Crimson #58232C

Tints of Burnt Crimson #58232C

Color information

#58232C (or 0x58232C) is unknown color: approx Burnt Crimson. HEX triplet: 58, 23 and 2C. RGB value is (88,35,44). Sum of RGB (Red+Green+Blue) = 88+35+44=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58232C is #A7DCD3. Grayscale: #333333. Windows color (decimal): -11001044 or 2892632. OLE color: 2892632.

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

Color convert

RGB883544-
CMYK00.600.50.65
HSL349.81º43.09%24.12%-
HSV(B)349.81º60.23%34.51%-
XYZ5.083.462.78-
YUV51.87123.56153.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.69%
GREEN value IS 35 (14.06% from 255) = 20.96%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=52.69%
G=20.96%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88354400.600.50.65349.8143.0924.12
Hex58232C03C324115e2b18
Octal1304354074621015365330
Binary10110001000111011000111100110010100000110101111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58232C; }

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

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

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

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

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

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

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

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