Html Css Color HEX #791014 Red Berry

📋 copy color: '#791014'

red 121 ◦ green 16 ◦ blue 20

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

Shades of Red Berry #791014

Tints of Red Berry #791014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.19%

 BLUE value IS 20 (8.2% from 255) = 12.74%

R = 77.07%
G = 10.19%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#791014 (or 0x791014) is known color: Red Berry. HEX triplet: 79, 10 and 14. RGB value is (121,16,20). Sum of RGB (Red+Green+Blue) = 121+16+20=157 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.07% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 121 - color contains mainly: red. Hex color #791014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791014 is #86EFEB. Grayscale: #2F2F2F. Windows color (decimal): -8843244 or 1314937. OLE color: 1314937.

HSL color Cylindrical-coordinate representation of color #791014: hue angle of 357.71º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791014 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 16 20 -
CMYK 0 0.87 0.83 0.53
HSL 357.71º 0.77% 0.27% -
HSV(B) 357.71º 0.87% 0.47% -
XYZ 8.2 4.49 1.1 -
YUV 47.85 112.29 180.17 -
System Red Green Blue C M Y K H S L
Decimal 121 16 20 0 0.87 0.83 0.53 357.71 0.77 0.27
Hex 79 10 14 0 57 53 35 166 4D 1B
Octal 171 20 24 0 127 123 65 546 115 33
Binary 1111001 10000 10100 0 1010111 1010011 110101 101100110 1001101 11011

Color Harmonies of #791014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791014

Black with #791014

Text Example


Text Example

White with #791014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791014; }

 p { color: rgb(121,16,20); }

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

background-color css

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

 a { background-color: rgb(121,16,20); }

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

border-color css

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

 span { border-color: rgb(121,16,20); }

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