Html Css Color HEX #781520 Red Berry

📋 copy color: '#781520'

red 120 ◦ green 21 ◦ blue 32

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

Shades of Red Berry #781520

Tints of Red Berry #781520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.14%

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

R = 69.36%
G = 12.14%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#781520 (or 0x781520) is known color: Red Berry. HEX triplet: 78, 15 and 20. RGB value is (120,21,32). Sum of RGB (Red+Green+Blue) = 120+21+32=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #781520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781520 is #87EADF. Grayscale: #333333. Windows color (decimal): -8907488 or 2102648. OLE color: 2102648.

HSL color Cylindrical-coordinate representation of color #781520: hue angle of 353.33º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781520 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 21 32 -
CMYK 0 0.83 0.73 0.53
HSL 353.33º 0.7% 0.28% -
HSV(B) 353.33º 0.83% 0.47% -
XYZ 8.27 4.63 1.82 -
YUV 51.86 116.8 176.61 -
System Red Green Blue C M Y K H S L
Decimal 120 21 32 0 0.83 0.73 0.53 353.33 0.7 0.28
Hex 78 15 20 0 53 49 35 161 46 1C
Octal 170 25 40 0 123 111 65 541 106 34
Binary 1111000 10101 100000 0 1010011 1001001 110101 101100001 1000110 11100

Color Harmonies of #781520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781520

Black with #781520

Text Example


Text Example

White with #781520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781520; }

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

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

background-color css

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

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

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

border-color css

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

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

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