Html Css Color HEX #791521 Red Berry

📋 copy color: '#791521'

red 121 ◦ green 21 ◦ blue 33

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

Shades of Red Berry #791521

Tints of Red Berry #791521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12%

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

R = 69.14%
G = 12%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#791521 (or 0x791521) is known color: Red Berry. HEX triplet: 79, 15 and 21. RGB value is (121,21,33). Sum of RGB (Red+Green+Blue) = 121+21+33=175 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.14% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 121 - color contains mainly: red. Hex color #791521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791521 is #86EADE. Grayscale: #343434. Windows color (decimal): -8841951 or 2168185. OLE color: 2168185.

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

Color convert

RGB 121 21 33 -
CMYK 0 0.83 0.73 0.53
HSL 352.8º 0.7% 0.28% -
HSV(B) 352.8º 0.83% 0.47% -
XYZ 8.43 4.71 1.9 -
YUV 52.27 117.13 177.02 -
System Red Green Blue C M Y K H S L
Decimal 121 21 33 0 0.83 0.73 0.53 352.8 0.7 0.28
Hex 79 15 21 0 53 49 35 161 46 1C
Octal 171 25 41 0 123 111 65 541 106 34
Binary 1111001 10101 100001 0 1010011 1001001 110101 101100001 1000110 11100

Color Harmonies of #791521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791521

Black with #791521

Text Example


Text Example

White with #791521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791521; }

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

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

background-color css

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

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

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

border-color css

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

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

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