#760308

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

Shades of Sangria #760308

Tints of Sangria #760308

Color information

#760308 (or 0x760308) is unknown color: approx Sangria. HEX triplet: 76, 03 and 08. RGB value is (118,3,8). Sum of RGB (Red+Green+Blue) = 118+3+8=129 (17% of max value = 765). Red value is 118 (46.48% from 255 or 91.47% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 118 - color contains mainly: red. Hex color #760308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760308 is #89FCF7. Grayscale: #262626. Windows color (decimal): -9043192 or 525174. OLE color: 525174.

HSL color Cylindrical-coordinate representation of color #760308: hue angle of 357.39º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760308 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB11838-
CMYK00.970.930.54
HSL357.39º95.04%23.73%-
HSV(B)357.39º97.46%46.27%-
XYZ7.553.930.59-
YUV37.96111.1185.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 91.47%
GREEN value IS 3 (1.56% from 255) = 2.33%
BLUE value IS 8 (3.52% from 255) = 6.20%
R=91.47%
G=2.33%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183800.970.930.54357.3995.0423.73
Hex76380615D361655f18
Octal16631001411356654513730
Binary1110110111000011000011011101110110101100101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760308; }

 p { color: rgb(118,3,8); }

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

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

 a { background-color: rgb(118,3,8); }

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

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

 span { border-color: rgb(118,3,8); }

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