Html Css Color HEX #781016 Red Berry

📋 copy color: '#781016'

red 120 ◦ green 16 ◦ blue 22

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

Shades of Red Berry #781016

Tints of Red Berry #781016

RGB

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

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

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

R = 75.95%
G = 10.13%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#781016 (or 0x781016) is known color: Red Berry. HEX triplet: 78, 10 and 16. RGB value is (120,16,22). Sum of RGB (Red+Green+Blue) = 120+16+22=158 (20% of max value = 765). Red value is 120 (47.27% from 255 or 75.95% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 120 - color contains mainly: red. Hex color #781016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781016 is #87EFE9. Grayscale: #2F2F2F. Windows color (decimal): -8908778 or 1446008. OLE color: 1446008.

HSL color Cylindrical-coordinate representation of color #781016: hue angle of 356.54º degrees, saturation: 0.76, 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 #781016 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 16 22 -
CMYK 0 0.87 0.82 0.53
HSL 356.54º 0.76% 0.27% -
HSV(B) 356.54º 0.87% 0.47% -
XYZ 8.08 4.42 1.19 -
YUV 47.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 120 16 22 0 0.87 0.82 0.53 356.54 0.76 0.27
Hex 78 10 16 0 57 52 35 165 4C 1B
Octal 170 20 26 0 127 122 65 545 114 33
Binary 1111000 10000 10110 0 1010111 1010010 110101 101100101 1001100 11011

Color Harmonies of #781016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781016

Black with #781016

Text Example


Text Example

White with #781016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781016; }

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

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

background-color css

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

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

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

border-color css

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

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

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