#58070A

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

Shades of Burnt Crimson #58070A

Tints of Burnt Crimson #58070A

Color information

#58070A (or 0x58070A) is unknown color: approx Burnt Crimson. HEX triplet: 58, 07 and 0A. RGB value is (88,7,10). Sum of RGB (Red+Green+Blue) = 88+7+10=105 (13% of max value = 765). Red value is 88 (34.77% from 255 or 83.81% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 88 - color contains mainly: red. Hex color #58070A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58070A is #A7F8F5. Grayscale: #1F1F1F. Windows color (decimal): -11008246 or 657240. OLE color: 657240.

HSL color Cylindrical-coordinate representation of color #58070A: hue angle of 357.78º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58070A is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB88710-
CMYK00.920.890.65
HSL357.78º85.26%18.63%-
HSV(B)357.78º92.05%34.51%-
XYZ4.162.250.5-
YUV31.56115.84168.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 83.81%
GREEN value IS 7 (3.12% from 255) = 6.67%
BLUE value IS 10 (4.30% from 255) = 9.52%
R=83.81%
G=6.67%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8871000.920.890.65357.7885.2618.63
Hex587A05C59411665513
Octal130712013413110154612523
Binary101100011110100101110010110011000001101100110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,7,10); }

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

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

 a { background-color: rgb(88,7,10); }

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

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

 span { border-color: rgb(88,7,10); }

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