Html Css Color HEX #790305 Sangria

📋 copy color: '#790305'

red 121 ◦ green 3 ◦ blue 5

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

Shades of Sangria #790305

Tints of Sangria #790305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.88%

R = 93.8%
G = 2.33%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#790305 (or 0x790305) is known color: Sangria. HEX triplet: 79, 03 and 05. RGB value is (121,3,5). Sum of RGB (Red+Green+Blue) = 121+3+5=129 (17% of max value = 765). Red value is 121 (47.66% from 255 or 93.80% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 121 - color contains mainly: red. Hex color #790305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790305 is #86FCFA. Grayscale: #262626. Windows color (decimal): -8846587 or 328569. OLE color: 328569.

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

Color convert

RGB 121 3 5 -
CMYK 0 0.98 0.96 0.53
HSL 358.98º 0.95% 0.24% -
HSV(B) 358.98º 0.98% 0.47% -
XYZ 7.95 4.14 0.52 -
YUV 38.51 109.09 186.84 -
System Red Green Blue C M Y K H S L
Decimal 121 3 5 0 0.98 0.96 0.53 358.98 0.95 0.24
Hex 79 3 5 0 62 60 35 167 5F 18
Octal 171 3 5 0 142 140 65 547 137 30
Binary 1111001 11 101 0 1100010 1100000 110101 101100111 1011111 11000

Color Harmonies of #790305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790305

Black with #790305

Text Example


Text Example

White with #790305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790305; }

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

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

background-color css

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

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

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

border-color css

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

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

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