Html Css Color HEX #791018 Red Berry

📋 copy color: '#791018'

red 121 ◦ green 16 ◦ blue 24

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

Shades of Red Berry #791018

Tints of Red Berry #791018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.94%

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

R = 75.16%
G = 9.94%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#791018 (or 0x791018) is known color: Red Berry. HEX triplet: 79, 10 and 18. RGB value is (121,16,24). Sum of RGB (Red+Green+Blue) = 121+16+24=161 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.16% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 121 - color contains mainly: red. Hex color #791018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791018 is #86EFE7. Grayscale: #303030. Windows color (decimal): -8843240 or 1577081. OLE color: 1577081.

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

Color convert

RGB 121 16 24 -
CMYK 0 0.87 0.80 0.53
HSL 355.43º 0.77% 0.27% -
HSV(B) 355.43º 0.87% 0.47% -
XYZ 8.24 4.5 1.3 -
YUV 48.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 121 16 24 0 0.87 0.80 0.53 355.43 0.77 0.27
Hex 79 10 18 0 57 50 35 163 4D 1B
Octal 171 20 30 0 127 120 65 543 115 33
Binary 1111001 10000 11000 0 1010111 1010000 110101 101100011 1001101 11011

Color Harmonies of #791018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791018

Black with #791018

Text Example


Text Example

White with #791018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791018; }

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

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

background-color css

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

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

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

border-color css

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

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

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