Html Css Color HEX #781120 Red Berry

📋 copy color: '#781120'

red 120 ◦ green 17 ◦ blue 32

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

Shades of Red Berry #781120

Tints of Red Berry #781120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.93%

R = 71.01%
G = 10.06%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#781120 (or 0x781120) is known color: Red Berry. HEX triplet: 78, 11 and 20. RGB value is (120,17,32). Sum of RGB (Red+Green+Blue) = 120+17+32=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #781120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781120 is #87EEDF. Grayscale: #313131. Windows color (decimal): -8908512 or 2101624. OLE color: 2101624.

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

Color convert

RGB 120 17 32 -
CMYK 0 0.86 0.73 0.53
HSL 351.26º 0.75% 0.27% -
HSV(B) 351.26º 0.86% 0.47% -
XYZ 8.21 4.5 1.8 -
YUV 49.51 118.12 178.28 -
System Red Green Blue C M Y K H S L
Decimal 120 17 32 0 0.86 0.73 0.53 351.26 0.75 0.27
Hex 78 11 20 0 56 49 35 15F 4B 1B
Octal 170 21 40 0 126 111 65 537 113 33
Binary 1111000 10001 100000 0 1010110 1001001 110101 101011111 1001011 11011

Color Harmonies of #781120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781120

Black with #781120

Text Example


Text Example

White with #781120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781120; }

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

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

background-color css

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

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

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

border-color css

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

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

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