#58242B

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

Shades of Burnt Crimson #58242B

Tints of Burnt Crimson #58242B

Color information

#58242B (or 0x58242B) is unknown color: approx Burnt Crimson. HEX triplet: 58, 24 and 2B. RGB value is (88,36,43). Sum of RGB (Red+Green+Blue) = 88+36+43=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58242B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58242B is #A7DBD4. Grayscale: #343434. Windows color (decimal): -11000789 or 2827352. OLE color: 2827352.

HSL color Cylindrical-coordinate representation of color #58242B: hue angle of 351.92º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58242B is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB883643-
CMYK00.590.510.65
HSL351.92º41.94%24.31%-
HSV(B)351.92º59.09%34.51%-
XYZ5.093.512.69-
YUV52.35122.73153.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.69%
GREEN value IS 36 (14.45% from 255) = 21.56%
BLUE value IS 43 (17.19% from 255) = 25.75%
R=52.69%
G=21.56%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88364300.590.510.65351.9241.9424.31
Hex58242B03B33411602a18
Octal1304453073631015405230
Binary10110001001001010110111011110011100000110110000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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