#58222B

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

Shades of Burnt Crimson #58222B

Tints of Burnt Crimson #58222B

Color information

#58222B (or 0x58222B) is unknown color: approx Burnt Crimson. HEX triplet: 58, 22 and 2B. RGB value is (88,34,43). Sum of RGB (Red+Green+Blue) = 88+34+43=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #58222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58222B is #A7DDD4. Grayscale: #333333. Windows color (decimal): -11001301 or 2826840. OLE color: 2826840.

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

Color convert

RGB883443-
CMYK00.610.510.65
HSL350º44.26%23.92%-
HSV(B)350º61.36%34.51%-
XYZ5.033.392.68-
YUV51.17123.39154.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.33%
GREEN value IS 34 (13.67% from 255) = 20.61%
BLUE value IS 43 (17.19% from 255) = 26.06%
R=53.33%
G=20.61%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88344300.610.510.6535044.2623.92
Hex58222B03D334115e2c18
Octal1304253075631015365430
Binary10110001000101010110111101110011100000110101111010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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