#760A0D

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

Shades of Sangria #760A0D

Tints of Sangria #760A0D

Color information

#760A0D (or 0x760A0D) is unknown color: approx Sangria. HEX triplet: 76, 0A and 0D. RGB value is (118,10,13). Sum of RGB (Red+Green+Blue) = 118+10+13=141 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.69% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 118 - color contains mainly: red. Hex color #760A0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760A0D is #89F5F2. Grayscale: #2A2A2A. Windows color (decimal): -9041395 or 854646. OLE color: 854646.

HSL color Cylindrical-coordinate representation of color #760A0D: hue angle of 358.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760A0D is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1181013-
CMYK00.920.890.54
HSL358.33º84.38%25.1%-
HSV(B)358.33º91.53%46.27%-
XYZ7.654.10.77-
YUV42.63111.28181.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 83.69%
GREEN value IS 10 (4.30% from 255) = 7.09%
BLUE value IS 13 (5.47% from 255) = 9.22%
R=83.69%
G=7.09%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118101300.920.890.54358.3384.3825.1
Hex76AD05C59361665419
Octal166121501341316654612431
Binary111011010101101010111001011001110110101100110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760A0D; }

 p { color: rgb(118,10,13); }

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

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

 a { background-color: rgb(118,10,13); }

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

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

 span { border-color: rgb(118,10,13); }

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