Html Css Color HEX #790306 Sangria

📋 copy color: '#790306'

red 121 ◦ green 3 ◦ blue 6

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

Shades of Sangria #790306

Tints of Sangria #790306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.62%

R = 93.08%
G = 2.31%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#790306 (or 0x790306) is known color: Sangria. HEX triplet: 79, 03 and 06. RGB value is (121,3,6). Sum of RGB (Red+Green+Blue) = 121+3+6=130 (17% of max value = 765). Red value is 121 (47.66% from 255 or 93.08% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 121 - color contains mainly: red. Hex color #790306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790306 is #86FCF9. Grayscale: #262626. Windows color (decimal): -8846586 or 394105. OLE color: 394105.

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

Color convert

RGB 121 3 6 -
CMYK 0 0.98 0.95 0.53
HSL 358.47º 0.95% 0.24% -
HSV(B) 358.47º 0.98% 0.47% -
XYZ 7.95 4.14 0.55 -
YUV 38.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 121 3 6 0 0.98 0.95 0.53 358.47 0.95 0.24
Hex 79 3 6 0 62 5F 35 166 5F 18
Octal 171 3 6 0 142 137 65 546 137 30
Binary 1111001 11 110 0 1100010 1011111 110101 101100110 1011111 11000

Color Harmonies of #790306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790306

Black with #790306

Text Example


Text Example

White with #790306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790306; }

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

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

background-color css

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

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

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

border-color css

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

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

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