Html Css Color HEX #791121 Red Berry

📋 copy color: '#791121'

red 121 ◦ green 17 ◦ blue 33

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

Shades of Red Berry #791121

Tints of Red Berry #791121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.94%

 BLUE value IS 33 (13.28% from 255) = 19.3%

R = 70.76%
G = 9.94%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#791121 (or 0x791121) is known color: Red Berry. HEX triplet: 79, 11 and 21. RGB value is (121,17,33). Sum of RGB (Red+Green+Blue) = 121+17+33=171 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.76% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 121 - color contains mainly: red. Hex color #791121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791121 is #86EEDE. Grayscale: #313131. Windows color (decimal): -8842975 or 2167161. OLE color: 2167161.

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

Color convert

RGB 121 17 33 -
CMYK 0 0.86 0.73 0.53
HSL 350.77º 0.75% 0.27% -
HSV(B) 350.77º 0.86% 0.47% -
XYZ 8.36 4.58 1.88 -
YUV 49.92 118.46 178.7 -
System Red Green Blue C M Y K H S L
Decimal 121 17 33 0 0.86 0.73 0.53 350.77 0.75 0.27
Hex 79 11 21 0 56 49 35 15F 4B 1B
Octal 171 21 41 0 126 111 65 537 113 33
Binary 1111001 10001 100001 0 1010110 1001001 110101 101011111 1001011 11011

Color Harmonies of #791121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791121

Black with #791121

Text Example


Text Example

White with #791121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791121; }

 p { color: rgb(121,17,33); }

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

background-color css

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

 a { background-color: rgb(121,17,33); }

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

border-color css

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

 span { border-color: rgb(121,17,33); }

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