Html Css Color HEX #781921 Red Berry

📋 copy color: '#781921'

red 120 ◦ green 25 ◦ blue 33

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

Shades of Red Berry #781921

Tints of Red Berry #781921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.04%

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

R = 67.42%
G = 14.04%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#781921 (or 0x781921) is known color: Red Berry. HEX triplet: 78, 19 and 21. RGB value is (120,25,33). Sum of RGB (Red+Green+Blue) = 120+25+33=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #781921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781921 is #87E6DE. Grayscale: #363636. Windows color (decimal): -8906463 or 2169208. OLE color: 2169208.

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

Color convert

RGB 120 25 33 -
CMYK 0 0.79 0.72 0.53
HSL 354.95º 0.66% 0.28% -
HSV(B) 354.95º 0.79% 0.47% -
XYZ 8.37 4.8 1.92 -
YUV 54.32 115.97 174.85 -
System Red Green Blue C M Y K H S L
Decimal 120 25 33 0 0.79 0.72 0.53 354.95 0.66 0.28
Hex 78 19 21 0 4F 48 35 163 42 1C
Octal 170 31 41 0 117 110 65 543 102 34
Binary 1111000 11001 100001 0 1001111 1001000 110101 101100011 1000010 11100

Color Harmonies of #781921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781921

Black with #781921

Text Example


Text Example

White with #781921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781921; }

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

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

background-color css

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

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

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

border-color css

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

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

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