Html Css Color HEX #760309 Sangria

📋 copy color: '#760309'

red 118 ◦ green 3 ◦ blue 9

#760309
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #760309

Tints of Sangria #760309

RGB

 RED value IS 118 (46.48% from 255) = 90.77%

 GREEN value IS 3 (1.56% from 255) = 2.31%

 BLUE value IS 9 (3.91% from 255) = 6.92%

R = 90.77%
G = 2.31%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#760309 (or 0x760309) is known color: Sangria. HEX triplet: 76, 03 and 09. RGB value is (118,3,9). Sum of RGB (Red+Green+Blue) = 118+3+9=130 (17% of max value = 765). Red value is 118 (46.48% from 255 or 90.77% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 118 - color contains mainly: red. Hex color #760309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760309 is #89FCF6. Grayscale: #262626. Windows color (decimal): -9043191 or 590710. OLE color: 590710.

HSL color Cylindrical-coordinate representation of color #760309: hue angle of 356.87º 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 #760309 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 3 9 -
CMYK 0 0.97 0.92 0.54
HSL 356.87º 0.95% 0.24% -
HSV(B) 356.87º 0.97% 0.46% -
XYZ 7.55 3.94 0.62 -
YUV 38.07 111.6 185.01 -
System Red Green Blue C M Y K H S L
Decimal 118 3 9 0 0.97 0.92 0.54 356.87 0.95 0.24
Hex 76 3 9 0 61 5C 36 165 5F 18
Octal 166 3 11 0 141 134 66 545 137 30
Binary 1110110 11 1001 0 1100001 1011100 110110 101100101 1011111 11000

Color Harmonies of #760309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760309

Black with #760309

Text Example


Text Example

White with #760309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760309; }

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

 H1.HeaderClassName
 {
   color: #760309;
 }
 .AnyTagClassName
 {
   color: #760309;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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