Html Css Color HEX #781720 Red Berry

📋 copy color: '#781720'

red 120 ◦ green 23 ◦ blue 32

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

Shades of Red Berry #781720

Tints of Red Berry #781720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.14%

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

R = 68.57%
G = 13.14%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#781720 (or 0x781720) is known color: Red Berry. HEX triplet: 78, 17 and 20. RGB value is (120,23,32). Sum of RGB (Red+Green+Blue) = 120+23+32=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #781720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781720 is #87E8DF. Grayscale: #353535. Windows color (decimal): -8906976 or 2103160. OLE color: 2103160.

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

Color convert

RGB 120 23 32 -
CMYK 0 0.81 0.73 0.53
HSL 354.43º 0.68% 0.28% -
HSV(B) 354.43º 0.81% 0.47% -
XYZ 8.31 4.71 1.84 -
YUV 53.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 120 23 32 0 0.81 0.73 0.53 354.43 0.68 0.28
Hex 78 17 20 0 51 49 35 162 44 1C
Octal 170 27 40 0 121 111 65 542 104 34
Binary 1111000 10111 100000 0 1010001 1001001 110101 101100010 1000100 11100

Color Harmonies of #781720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781720

Black with #781720

Text Example


Text Example

White with #781720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781720; }

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

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

background-color css

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

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

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

border-color css

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

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

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