Html Css Color HEX #781113 Red Berry

📋 copy color: '#781113'

red 120 ◦ green 17 ◦ blue 19

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

Shades of Red Berry #781113

Tints of Red Berry #781113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.18%

R = 76.92%
G = 10.9%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#781113 (or 0x781113) is known color: Red Berry. HEX triplet: 78, 11 and 13. RGB value is (120,17,19). Sum of RGB (Red+Green+Blue) = 120+17+19=156 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.92% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 120 - color contains mainly: red. Hex color #781113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781113 is #87EEEC. Grayscale: #303030. Windows color (decimal): -8908525 or 1249656. OLE color: 1249656.

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

Color convert

RGB 120 17 19 -
CMYK 0 0.86 0.84 0.53
HSL 358.84º 0.75% 0.27% -
HSV(B) 358.84º 0.86% 0.47% -
XYZ 8.06 4.44 1.05 -
YUV 48.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 120 17 19 0 0.86 0.84 0.53 358.84 0.75 0.27
Hex 78 11 13 0 56 54 35 167 4B 1B
Octal 170 21 23 0 126 124 65 547 113 33
Binary 1111000 10001 10011 0 1010110 1010100 110101 101100111 1001011 11011

Color Harmonies of #781113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781113

Black with #781113

Text Example


Text Example

White with #781113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781113; }

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

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

background-color css

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

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

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

border-color css

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

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

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