#58232A

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

Shades of Burnt Crimson #58232A

Tints of Burnt Crimson #58232A

Color information

#58232A (or 0x58232A) is unknown color: approx Burnt Crimson. HEX triplet: 58, 23 and 2A. RGB value is (88,35,42). Sum of RGB (Red+Green+Blue) = 88+35+42=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #58232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58232A is #A7DCD5. Grayscale: #333333. Windows color (decimal): -11001046 or 2761560. OLE color: 2761560.

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

Color convert

RGB883542-
CMYK00.600.520.65
HSL352.08º43.09%24.12%-
HSV(B)352.08º60.23%34.51%-
XYZ5.043.442.59-
YUV51.64122.56153.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.33%
GREEN value IS 35 (14.06% from 255) = 21.21%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=53.33%
G=21.21%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88354200.600.520.65352.0843.0924.12
Hex58232A03C34411602b18
Octal1304352074641015405330
Binary10110001000111010100111100110100100000110110000010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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