Html Css Color HEX #791520 Red Berry

📋 copy color: '#791520'

red 121 ◦ green 21 ◦ blue 32

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

Shades of Red Berry #791520

Tints of Red Berry #791520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.39%

R = 69.54%
G = 12.07%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#791520 (or 0x791520) is known color: Red Berry. HEX triplet: 79, 15 and 20. RGB value is (121,21,32). Sum of RGB (Red+Green+Blue) = 121+21+32=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #791520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791520 is #86EADF. Grayscale: #343434. Windows color (decimal): -8841952 or 2102649. OLE color: 2102649.

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

Color convert

RGB 121 21 32 -
CMYK 0 0.83 0.74 0.53
HSL 353.4º 0.7% 0.28% -
HSV(B) 353.4º 0.83% 0.47% -
XYZ 8.41 4.71 1.83 -
YUV 52.15 116.63 177.11 -
System Red Green Blue C M Y K H S L
Decimal 121 21 32 0 0.83 0.74 0.53 353.4 0.7 0.28
Hex 79 15 20 0 53 4A 35 161 46 1C
Octal 171 25 40 0 123 112 65 541 106 34
Binary 1111001 10101 100000 0 1010011 1001010 110101 101100001 1000110 11100

Color Harmonies of #791520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791520

Black with #791520

Text Example


Text Example

White with #791520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791520; }

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

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

background-color css

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

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

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

border-color css

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

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

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