Html Css Color HEX #790103 Sangria

📋 copy color: '#790103'

red 121 ◦ green 1 ◦ blue 3

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

Shades of Sangria #790103

Tints of Sangria #790103

RGB

 RED value IS 121 (47.66% from 255) = 96.8%

 GREEN value IS 1 (0.78% from 255) = 0.8%

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

R = 96.8%
G = 0.8%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#790103 (or 0x790103) is known color: Sangria. HEX triplet: 79, 01 and 03. RGB value is (121,1,3). Sum of RGB (Red+Green+Blue) = 121+1+3=125 (16% of max value = 765). Red value is 121 (47.66% from 255 or 96.8% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 121 - color contains mainly: red. Hex color #790103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790103 is #86FEFC. Grayscale: #252525. Windows color (decimal): -8847101 or 196985. OLE color: 196985.

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

Color convert

RGB 121 1 3 -
CMYK 0 0.99 0.98 0.53
HSL 359º 0.98% 0.24% -
HSV(B) 359º 0.99% 0.47% -
XYZ 7.91 4.09 0.46 -
YUV 37.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 121 1 3 0 0.99 0.98 0.53 359 0.98 0.24
Hex 79 1 3 0 63 62 35 167 62 18
Octal 171 1 3 0 143 142 65 547 142 30
Binary 1111001 1 11 0 1100011 1100010 110101 101100111 1100010 11000

Color Harmonies of #790103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790103

Black with #790103

Text Example


Text Example

White with #790103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790103; }

 p { color: rgb(121,1,3); }

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

background-color css

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

 a { background-color: rgb(121,1,3); }

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

border-color css

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

 span { border-color: rgb(121,1,3); }

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