Html Css Color HEX #791820 Red Berry

📋 copy color: '#791820'

red 121 ◦ green 24 ◦ blue 32

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

Shades of Red Berry #791820

Tints of Red Berry #791820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.56%

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

R = 68.36%
G = 13.56%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#791820 (or 0x791820) is known color: Red Berry. HEX triplet: 79, 18 and 20. RGB value is (121,24,32). Sum of RGB (Red+Green+Blue) = 121+24+32=177 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.36% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 121 - color contains mainly: red. Hex color #791820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791820 is #86E7DF. Grayscale: #353535. Windows color (decimal): -8841184 or 2103417. OLE color: 2103417.

HSL color Cylindrical-coordinate representation of color #791820: hue angle of 355.05º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #791820 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 24 32 -
CMYK 0 0.80 0.74 0.53
HSL 355.05º 0.67% 0.28% -
HSV(B) 355.05º 0.8% 0.47% -
XYZ 8.47 4.82 1.85 -
YUV 53.92 115.64 175.85 -
System Red Green Blue C M Y K H S L
Decimal 121 24 32 0 0.80 0.74 0.53 355.05 0.67 0.28
Hex 79 18 20 0 50 4A 35 163 43 1C
Octal 171 30 40 0 120 112 65 543 103 34
Binary 1111001 11000 100000 0 1010000 1001010 110101 101100011 1000011 11100

Color Harmonies of #791820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791820

Black with #791820

Text Example


Text Example

White with #791820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791820; }

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

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

background-color css

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

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

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

border-color css

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

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

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