Html Css Color HEX #791013 Red Berry

📋 copy color: '#791013'

red 121 ◦ green 16 ◦ blue 19

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

Shades of Red Berry #791013

Tints of Red Berry #791013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.18%

R = 77.56%
G = 10.26%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#791013 (or 0x791013) is known color: Red Berry. HEX triplet: 79, 10 and 13. RGB value is (121,16,19). Sum of RGB (Red+Green+Blue) = 121+16+19=156 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.56% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 121 - color contains mainly: red. Hex color #791013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791013 is #86EFEC. Grayscale: #2F2F2F. Windows color (decimal): -8843245 or 1249401. OLE color: 1249401.

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

Color convert

RGB 121 16 19 -
CMYK 0 0.87 0.84 0.53
HSL 358.29º 0.77% 0.27% -
HSV(B) 358.29º 0.87% 0.47% -
XYZ 8.19 4.48 1.05 -
YUV 47.74 111.79 180.26 -
System Red Green Blue C M Y K H S L
Decimal 121 16 19 0 0.87 0.84 0.53 358.29 0.77 0.27
Hex 79 10 13 0 57 54 35 166 4D 1B
Octal 171 20 23 0 127 124 65 546 115 33
Binary 1111001 10000 10011 0 1010111 1010100 110101 101100110 1001101 11011

Color Harmonies of #791013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791013

Black with #791013

Text Example


Text Example

White with #791013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791013; }

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

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

background-color css

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

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

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

border-color css

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

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

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