Html Css Color HEX #760203 Sangria

📋 copy color: '#760203'

red 118 ◦ green 2 ◦ blue 3

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

Shades of Sangria #760203

Tints of Sangria #760203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.63%

 BLUE value IS 3 (1.56% from 255) = 2.44%

R = 95.93%
G = 1.63%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#760203 (or 0x760203) is known color: Sangria. HEX triplet: 76, 02 and 03. RGB value is (118,2,3). Sum of RGB (Red+Green+Blue) = 118+2+3=123 (16% of max value = 765). Red value is 118 (46.48% from 255 or 95.93% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 118 - color contains mainly: red. Hex color #760203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760203 is #89FDFC. Grayscale: #242424. Windows color (decimal): -9043453 or 197238. OLE color: 197238.

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

Color convert

RGB 118 2 3 -
CMYK 0 0.98 0.97 0.54
HSL 359.48º 0.97% 0.24% -
HSV(B) 359.48º 0.98% 0.46% -
XYZ 7.51 3.9 0.44 -
YUV 36.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 118 2 3 0 0.98 0.97 0.54 359.48 0.97 0.24
Hex 76 2 3 0 62 61 36 167 61 18
Octal 166 2 3 0 142 141 66 547 141 30
Binary 1110110 10 11 0 1100010 1100001 110110 101100111 1100001 11000

Color Harmonies of #760203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760203

Black with #760203

Text Example


Text Example

White with #760203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760203; }

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

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

background-color css

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

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

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

border-color css

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

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

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