Html Css Color HEX #781013 Red Berry

📋 copy color: '#781013'

red 120 ◦ green 16 ◦ blue 19

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

Shades of Red Berry #781013

Tints of Red Berry #781013

RGB

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

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

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

R = 77.42%
G = 10.32%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#781013 (or 0x781013) is known color: Red Berry. HEX triplet: 78, 10 and 13. RGB value is (120,16,19). Sum of RGB (Red+Green+Blue) = 120+16+19=155 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.42% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 120 - color contains mainly: red. Hex color #781013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781013 is #87EFEC. Grayscale: #2F2F2F. Windows color (decimal): -8908781 or 1249400. OLE color: 1249400.

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

Color convert

RGB 120 16 19 -
CMYK 0 0.87 0.84 0.53
HSL 358.27º 0.76% 0.27% -
HSV(B) 358.27º 0.87% 0.47% -
XYZ 8.05 4.41 1.04 -
YUV 47.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 120 16 19 0 0.87 0.84 0.53 358.27 0.76 0.27
Hex 78 10 13 0 57 54 35 166 4C 1B
Octal 170 20 23 0 127 124 65 546 114 33
Binary 1111000 10000 10011 0 1010111 1010100 110101 101100110 1001100 11011

Color Harmonies of #781013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781013

Black with #781013

Text Example


Text Example

White with #781013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781013; }

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

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

background-color css

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

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

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

border-color css

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

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

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