#58232B

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

Shades of Burnt Crimson #58232B

Tints of Burnt Crimson #58232B

Color information

#58232B (or 0x58232B) is unknown color: approx Burnt Crimson. HEX triplet: 58, 23 and 2B. RGB value is (88,35,43). Sum of RGB (Red+Green+Blue) = 88+35+43=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #58232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58232B is #A7DCD4. Grayscale: #333333. Windows color (decimal): -11001045 or 2827096. OLE color: 2827096.

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

Color convert

RGB883543-
CMYK00.600.510.65
HSL350.94º43.09%24.12%-
HSV(B)350.94º60.23%34.51%-
XYZ5.063.452.68-
YUV51.76123.06153.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.01%
GREEN value IS 35 (14.06% from 255) = 21.08%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=53.01%
G=21.08%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88354300.600.510.65350.9443.0924.12
Hex58232B03C334115f2b18
Octal1304353074631015375330
Binary10110001000111010110111100110011100000110101111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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