#770203

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

Shades of Sangria #770203

Tints of Sangria #770203

Color information

#770203 (or 0x770203) is unknown color: approx Sangria. HEX triplet: 77, 02 and 03. RGB value is (119,2,3). Sum of RGB (Red+Green+Blue) = 119+2+3=124 (16% of max value = 765). Red value is 119 (46.88% from 255 or 95.97% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 119 - color contains mainly: red. Hex color #770203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770203 is #88FDFC. Grayscale: #252525. Windows color (decimal): -8977917 or 197239. OLE color: 197239.

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

Color convert

RGB11923-
CMYK00.980.970.53
HSL359.49º96.69%23.73%-
HSV(B)359.49º98.32%46.67%-
XYZ7.653.970.45-
YUV37.1108.76186.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 95.97%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 3 (1.56% from 255) = 2.42%
R=95.97%
G=1.61%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192300.980.970.53359.4996.6923.73
Hex772306261351676118
Octal1672301421416554714130
Binary11101111011011000101100001110101101100111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770203; }

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

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

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

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

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

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

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

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