Html Css Color HEX #781116 Red Berry

📋 copy color: '#781116'

red 120 ◦ green 17 ◦ blue 22

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

Shades of Red Berry #781116

Tints of Red Berry #781116

RGB

 RED value IS 120 (47.27% from 255) = 75.47%

 GREEN value IS 17 (7.03% from 255) = 10.69%

 BLUE value IS 22 (8.98% from 255) = 13.84%

R = 75.47%
G = 10.69%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#781116 (or 0x781116) is known color: Red Berry. HEX triplet: 78, 11 and 16. RGB value is (120,17,22). Sum of RGB (Red+Green+Blue) = 120+17+22=159 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75.47% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 120 - color contains mainly: red. Hex color #781116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781116 is #87EEE9. Grayscale: #303030. Windows color (decimal): -8908522 or 1446264. OLE color: 1446264.

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

Color convert

RGB 120 17 22 -
CMYK 0 0.86 0.82 0.53
HSL 357.09º 0.75% 0.27% -
HSV(B) 357.09º 0.86% 0.47% -
XYZ 8.09 4.45 1.19 -
YUV 48.37 113.12 179.09 -
System Red Green Blue C M Y K H S L
Decimal 120 17 22 0 0.86 0.82 0.53 357.09 0.75 0.27
Hex 78 11 16 0 56 52 35 165 4B 1B
Octal 170 21 26 0 126 122 65 545 113 33
Binary 1111000 10001 10110 0 1010110 1010010 110101 101100101 1001011 11011

Color Harmonies of #781116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781116

Black with #781116

Text Example


Text Example

White with #781116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781116; }

 p { color: rgb(120,17,22); }

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

background-color css

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

 a { background-color: rgb(120,17,22); }

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

border-color css

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

 span { border-color: rgb(120,17,22); }

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