Html Css Color HEX #781621 Red Berry

📋 copy color: '#781621'

red 120 ◦ green 22 ◦ blue 33

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

Shades of Red Berry #781621

Tints of Red Berry #781621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.86%

R = 68.57%
G = 12.57%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#781621 (or 0x781621) is known color: Red Berry. HEX triplet: 78, 16 and 21. RGB value is (120,22,33). Sum of RGB (Red+Green+Blue) = 120+22+33=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #781621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781621 is #87E9DE. Grayscale: #343434. Windows color (decimal): -8907231 or 2168440. OLE color: 2168440.

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

Color convert

RGB 120 22 33 -
CMYK 0 0.82 0.72 0.53
HSL 353.27º 0.69% 0.28% -
HSV(B) 353.27º 0.82% 0.47% -
XYZ 8.31 4.68 1.9 -
YUV 52.56 116.97 176.11 -
System Red Green Blue C M Y K H S L
Decimal 120 22 33 0 0.82 0.72 0.53 353.27 0.69 0.28
Hex 78 16 21 0 52 48 35 161 45 1C
Octal 170 26 41 0 122 110 65 541 105 34
Binary 1111000 10110 100001 0 1010010 1001000 110101 101100001 1000101 11100

Color Harmonies of #781621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781621

Black with #781621

Text Example


Text Example

White with #781621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781621; }

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

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

background-color css

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

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

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

border-color css

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

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

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