Html Css Color HEX #781119 Red Berry

📋 copy color: '#781119'

red 120 ◦ green 17 ◦ blue 25

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

Shades of Red Berry #781119

Tints of Red Berry #781119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.43%

R = 74.07%
G = 10.49%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#781119 (or 0x781119) is known color: Red Berry. HEX triplet: 78, 11 and 19. RGB value is (120,17,25). Sum of RGB (Red+Green+Blue) = 120+17+25=162 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.07% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 120 - color contains mainly: red. Hex color #781119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781119 is #87EEE6. Grayscale: #303030. Windows color (decimal): -8908519 or 1642872. OLE color: 1642872.

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

Color convert

RGB 120 17 25 -
CMYK 0 0.86 0.79 0.53
HSL 355.34º 0.75% 0.27% -
HSV(B) 355.34º 0.86% 0.47% -
XYZ 8.12 4.46 1.35 -
YUV 48.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 120 17 25 0 0.86 0.79 0.53 355.34 0.75 0.27
Hex 78 11 19 0 56 4F 35 163 4B 1B
Octal 170 21 31 0 126 117 65 543 113 33
Binary 1111000 10001 11001 0 1010110 1001111 110101 101100011 1001011 11011

Color Harmonies of #781119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781119

Black with #781119

Text Example


Text Example

White with #781119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781119; }

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

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

background-color css

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

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

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

border-color css

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

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

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