Html Css Color HEX #781011 Red Berry

📋 copy color: '#781011'

red 120 ◦ green 16 ◦ blue 17

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

Shades of Red Berry #781011

Tints of Red Berry #781011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.11%

R = 78.43%
G = 10.46%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#781011 (or 0x781011) is known color: Red Berry. HEX triplet: 78, 10 and 11. RGB value is (120,16,17). Sum of RGB (Red+Green+Blue) = 120+16+17=153 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.43% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 120 - color contains mainly: red. Hex color #781011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781011 is #87EFEE. Grayscale: #2F2F2F. Windows color (decimal): -8908783 or 1118328. OLE color: 1118328.

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

Color convert

RGB 120 16 17 -
CMYK 0 0.87 0.86 0.53
HSL 359.42º 0.76% 0.27% -
HSV(B) 359.42º 0.87% 0.47% -
XYZ 8.03 4.4 0.96 -
YUV 47.21 110.96 179.92 -
System Red Green Blue C M Y K H S L
Decimal 120 16 17 0 0.87 0.86 0.53 359.42 0.76 0.27
Hex 78 10 11 0 57 56 35 167 4C 1B
Octal 170 20 21 0 127 126 65 547 114 33
Binary 1111000 10000 10001 0 1010111 1010110 110101 101100111 1001100 11011

Color Harmonies of #781011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781011

Black with #781011

Text Example


Text Example

White with #781011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781011; }

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

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

background-color css

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

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

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

border-color css

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

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

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