#580709

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

Shades of Burnt Crimson #580709

Tints of Burnt Crimson #580709

Color information

#580709 (or 0x580709) is unknown color: approx Burnt Crimson. HEX triplet: 58, 07 and 09. RGB value is (88,7,9). Sum of RGB (Red+Green+Blue) = 88+7+9=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #580709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580709 is #A7F8F6. Grayscale: #1F1F1F. Windows color (decimal): -11008247 or 591704. OLE color: 591704.

HSL color Cylindrical-coordinate representation of color #580709: hue angle of 358.52º 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 #580709 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB8879-
CMYK00.920.900.65
HSL358.52º85.26%18.63%-
HSV(B)358.52º92.05%34.51%-
XYZ4.152.250.47-
YUV31.45115.34168.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 84.62%
GREEN value IS 7 (3.12% from 255) = 6.73%
BLUE value IS 9 (3.91% from 255) = 8.65%
R=84.62%
G=6.73%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal887900.920.900.65358.5285.2618.63
Hex587905C5A411675513
Octal130711013413210154712523
Binary101100011110010101110010110101000001101100111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580709; }

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

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

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

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

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

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

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

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