#73080A

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

Shades of Sangria #73080A

Tints of Sangria #73080A

Color information

#73080A (or 0x73080A) is unknown color: approx Sangria. HEX triplet: 73, 08 and 0A. RGB value is (115,8,10). Sum of RGB (Red+Green+Blue) = 115+8+10=133 (17% of max value = 765). Red value is 115 (45.31% from 255 or 86.47% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 115 - color contains mainly: red. Hex color #73080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73080A is #8CF7F5. Grayscale: #282828. Windows color (decimal): -9238518 or 657523. OLE color: 657523.

HSL color Cylindrical-coordinate representation of color #73080A: hue angle of 358.88º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73080A is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB115810-
CMYK00.930.910.55
HSL358.88º86.99%24.12%-
HSV(B)358.88º93.04%45.1%-
XYZ7.213.840.65-
YUV40.22110.95181.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 86.47%
GREEN value IS 8 (3.52% from 255) = 6.02%
BLUE value IS 10 (4.30% from 255) = 7.52%
R=86.47%
G=6.02%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11581000.930.910.55358.8886.9924.12
Hex738A05D5B371675718
Octal163101201351336754712730
Binary111001110001010010111011011011110111101100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,8,10); }

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

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

 a { background-color: rgb(115,8,10); }

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

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

 span { border-color: rgb(115,8,10); }

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