Html Css Color HEX #760304 Sangria

📋 copy color: '#760304'

red 118 ◦ green 3 ◦ blue 4

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

Shades of Sangria #760304

Tints of Sangria #760304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.2%

R = 94.4%
G = 2.4%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#760304 (or 0x760304) is known color: Sangria. HEX triplet: 76, 03 and 04. RGB value is (118,3,4). Sum of RGB (Red+Green+Blue) = 118+3+4=125 (16% of max value = 765). Red value is 118 (46.48% from 255 or 94.4% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 118 - color contains mainly: red. Hex color #760304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760304 is #89FCFB. Grayscale: #252525. Windows color (decimal): -9043196 or 263030. OLE color: 263030.

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

Color convert

RGB 118 3 4 -
CMYK 0 0.97 0.97 0.54
HSL 359.48º 0.95% 0.24% -
HSV(B) 359.48º 0.97% 0.46% -
XYZ 7.53 3.93 0.48 -
YUV 37.5 109.1 185.42 -
System Red Green Blue C M Y K H S L
Decimal 118 3 4 0 0.97 0.97 0.54 359.48 0.95 0.24
Hex 76 3 4 0 61 61 36 167 5F 18
Octal 166 3 4 0 141 141 66 547 137 30
Binary 1110110 11 100 0 1100001 1100001 110110 101100111 1011111 11000

Color Harmonies of #760304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760304

Black with #760304

Text Example


Text Example

White with #760304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760304; }

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

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

background-color css

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

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

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

border-color css

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

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

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