Html Css Color HEX #791518 Red Berry

📋 copy color: '#791518'

red 121 ◦ green 21 ◦ blue 24

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

Shades of Red Berry #791518

Tints of Red Berry #791518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.46%

R = 72.89%
G = 12.65%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#791518 (or 0x791518) is known color: Red Berry. HEX triplet: 79, 15 and 18. RGB value is (121,21,24). Sum of RGB (Red+Green+Blue) = 121+21+24=166 (21% of max value = 765). Red value is 121 (47.66% from 255 or 72.89% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 121 - color contains mainly: red. Hex color #791518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791518 is #86EAE7. Grayscale: #333333. Windows color (decimal): -8841960 or 1578361. OLE color: 1578361.

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

Color convert

RGB 121 21 24 -
CMYK 0 0.83 0.80 0.53
HSL 358.2º 0.7% 0.28% -
HSV(B) 358.2º 0.83% 0.47% -
XYZ 8.32 4.67 1.33 -
YUV 51.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 121 21 24 0 0.83 0.80 0.53 358.2 0.7 0.28
Hex 79 15 18 0 53 50 35 166 46 1C
Octal 171 25 30 0 123 120 65 546 106 34
Binary 1111001 10101 11000 0 1010011 1010000 110101 101100110 1000110 11100

Color Harmonies of #791518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791518

Black with #791518

Text Example


Text Example

White with #791518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791518; }

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

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

background-color css

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

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

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

border-color css

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

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

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