#500708

Color #500708 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #500708

Tints of Rustic Red #500708

Color information

#500708 (or 0x500708) is unknown color: approx Rustic Red. HEX triplet: 50, 07 and 08. RGB value is (80,7,8). Sum of RGB (Red+Green+Blue) = 80+7+8=95 (12% of max value = 765). Red value is 80 (31.64% from 255 or 84.21% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 80 - color contains mainly: red. Hex color #500708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500708 is #AFF8F7. Grayscale: #1D1D1D. Windows color (decimal): -11532536 or 526160. OLE color: 526160.

HSL color Cylindrical-coordinate representation of color #500708: hue angle of 359.18º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500708 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB8078-
CMYK00.910.900.69
HSL359.18º83.91%17.06%-
HSV(B)359.18º91.25%31.37%-
XYZ3.431.870.41-
YUV28.94116.18164.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 84.21%
GREEN value IS 7 (3.12% from 255) = 7.37%
BLUE value IS 8 (3.52% from 255) = 8.42%
R=84.21%
G=7.37%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal807800.910.900.69359.1883.9117.06
Hex507805B5A451675411
Octal120710013313210554712421
Binary101000011110000101101110110101000101101100111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500708; }

 p { color: rgb(80,7,8); }

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

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

 a { background-color: rgb(80,7,8); }

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

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

 span { border-color: rgb(80,7,8); }

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