#760B0D

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

Shades of Sangria #760B0D

Tints of Sangria #760B0D

Color information

#760B0D (or 0x760B0D) is unknown color: approx Sangria. HEX triplet: 76, 0B and 0D. RGB value is (118,11,13). Sum of RGB (Red+Green+Blue) = 118+11+13=142 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.10% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 118 - color contains mainly: red. Hex color #760B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760B0D is #89F4F2. Grayscale: #2B2B2B. Windows color (decimal): -9041139 or 854902. OLE color: 854902.

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

Color convert

RGB1181113-
CMYK00.910.890.54
HSL358.88º82.95%25.29%-
HSV(B)358.88º90.68%46.27%-
XYZ7.664.120.77-
YUV43.22110.95181.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 83.10%
GREEN value IS 11 (4.69% from 255) = 7.75%
BLUE value IS 13 (5.47% from 255) = 9.15%
R=83.10%
G=7.75%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118111300.910.890.54358.8882.9525.29
Hex76BD05B59361675319
Octal166131501331316654712331
Binary111011010111101010110111011001110110101100111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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