Html Css Color HEX #781620 Red Berry

📋 copy color: '#781620'

red 120 ◦ green 22 ◦ blue 32

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

Shades of Red Berry #781620

Tints of Red Berry #781620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.64%

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

R = 68.97%
G = 12.64%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#781620 (or 0x781620) is known color: Red Berry. HEX triplet: 78, 16 and 20. RGB value is (120,22,32). Sum of RGB (Red+Green+Blue) = 120+22+32=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #781620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781620 is #87E9DF. Grayscale: #343434. Windows color (decimal): -8907232 or 2102904. OLE color: 2102904.

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

Color convert

RGB 120 22 32 -
CMYK 0 0.82 0.73 0.53
HSL 353.88º 0.69% 0.28% -
HSV(B) 353.88º 0.82% 0.47% -
XYZ 8.29 4.67 1.83 -
YUV 52.44 116.47 176.19 -
System Red Green Blue C M Y K H S L
Decimal 120 22 32 0 0.82 0.73 0.53 353.88 0.69 0.28
Hex 78 16 20 0 52 49 35 162 45 1C
Octal 170 26 40 0 122 111 65 542 105 34
Binary 1111000 10110 100000 0 1010010 1001001 110101 101100010 1000101 11100

Color Harmonies of #781620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781620

Black with #781620

Text Example


Text Example

White with #781620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781620; }

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

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

background-color css

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

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

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

border-color css

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

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

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