Html Css Color HEX #790307 Sangria

📋 copy color: '#790307'

red 121 ◦ green 3 ◦ blue 7

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

Shades of Sangria #790307

Tints of Sangria #790307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.34%

R = 92.37%
G = 2.29%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#790307 (or 0x790307) is known color: Sangria. HEX triplet: 79, 03 and 07. RGB value is (121,3,7). Sum of RGB (Red+Green+Blue) = 121+3+7=131 (17% of max value = 765). Red value is 121 (47.66% from 255 or 92.37% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 121 - color contains mainly: red. Hex color #790307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790307 is #86FCF8. Grayscale: #262626. Windows color (decimal): -8846585 or 459641. OLE color: 459641.

HSL color Cylindrical-coordinate representation of color #790307: hue angle of 357.97º degrees, saturation: 0.95, 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 #790307 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 3 7 -
CMYK 0 0.98 0.94 0.53
HSL 357.97º 0.95% 0.24% -
HSV(B) 357.97º 0.98% 0.47% -
XYZ 7.96 4.15 0.58 -
YUV 38.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 121 3 7 0 0.98 0.94 0.53 357.97 0.95 0.24
Hex 79 3 7 0 62 5E 35 166 5F 18
Octal 171 3 7 0 142 136 65 546 137 30
Binary 1111001 11 111 0 1100010 1011110 110101 101100110 1011111 11000

Color Harmonies of #790307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790307

Black with #790307

Text Example


Text Example

White with #790307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790307; }

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

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

background-color css

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

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

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

border-color css

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

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

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