Html Css Color HEX #781121 Red Berry

📋 copy color: '#781121'

red 120 ◦ green 17 ◦ blue 33

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

Shades of Red Berry #781121

Tints of Red Berry #781121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10%

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

R = 70.59%
G = 10%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#781121 (or 0x781121) is known color: Red Berry. HEX triplet: 78, 11 and 21. RGB value is (120,17,33). Sum of RGB (Red+Green+Blue) = 120+17+33=170 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.59% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 120 - color contains mainly: red. Hex color #781121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781121 is #87EEDE. Grayscale: #313131. Windows color (decimal): -8908511 or 2167160. OLE color: 2167160.

HSL color Cylindrical-coordinate representation of color #781121: hue angle of 350.68º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781121 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 17 33 -
CMYK 0 0.86 0.72 0.53
HSL 350.68º 0.75% 0.27% -
HSV(B) 350.68º 0.86% 0.47% -
XYZ 8.22 4.5 1.87 -
YUV 49.62 118.62 178.2 -
System Red Green Blue C M Y K H S L
Decimal 120 17 33 0 0.86 0.72 0.53 350.68 0.75 0.27
Hex 78 11 21 0 56 48 35 15F 4B 1B
Octal 170 21 41 0 126 110 65 537 113 33
Binary 1111000 10001 100001 0 1010110 1001000 110101 101011111 1001011 11011

Color Harmonies of #781121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781121

Black with #781121

Text Example


Text Example

White with #781121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781121; }

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

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

background-color css

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

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

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

border-color css

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

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

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