Html Css Color HEX #781014 Red Berry

📋 copy color: '#781014'

red 120 ◦ green 16 ◦ blue 20

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

Shades of Red Berry #781014

Tints of Red Berry #781014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.82%

R = 76.92%
G = 10.26%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#781014 (or 0x781014) is known color: Red Berry. HEX triplet: 78, 10 and 14. RGB value is (120,16,20). Sum of RGB (Red+Green+Blue) = 120+16+20=156 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.92% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 120 - color contains mainly: red. Hex color #781014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781014 is #87EFEB. Grayscale: #2F2F2F. Windows color (decimal): -8908780 or 1314936. OLE color: 1314936.

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

Color convert

RGB 120 16 20 -
CMYK 0 0.87 0.83 0.53
HSL 357.69º 0.76% 0.27% -
HSV(B) 357.69º 0.87% 0.47% -
XYZ 8.06 4.41 1.09 -
YUV 47.55 112.46 179.67 -
System Red Green Blue C M Y K H S L
Decimal 120 16 20 0 0.87 0.83 0.53 357.69 0.76 0.27
Hex 78 10 14 0 57 53 35 166 4C 1B
Octal 170 20 24 0 127 123 65 546 114 33
Binary 1111000 10000 10100 0 1010111 1010011 110101 101100110 1001100 11011

Color Harmonies of #781014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781014

Black with #781014

Text Example


Text Example

White with #781014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781014; }

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

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

background-color css

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

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

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

border-color css

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

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

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