Html Css Color HEX #781021 Red Berry

📋 copy color: '#781021'

red 120 ◦ green 16 ◦ blue 33

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

Shades of Red Berry #781021

Tints of Red Berry #781021

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.47%

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

R = 71.01%
G = 9.47%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#781021 (or 0x781021) is known color: Red Berry. HEX triplet: 78, 10 and 21. RGB value is (120,16,33). Sum of RGB (Red+Green+Blue) = 120+16+33=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #781021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781021 is #87EFDE. Grayscale: #313131. Windows color (decimal): -8908767 or 2166904. OLE color: 2166904.

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

Color convert

RGB 120 16 33 -
CMYK 0 0.87 0.72 0.53
HSL 350.19º 0.76% 0.27% -
HSV(B) 350.19º 0.87% 0.47% -
XYZ 8.21 4.47 1.87 -
YUV 49.03 118.96 178.62 -
System Red Green Blue C M Y K H S L
Decimal 120 16 33 0 0.87 0.72 0.53 350.19 0.76 0.27
Hex 78 10 21 0 57 48 35 15E 4C 1B
Octal 170 20 41 0 127 110 65 536 114 33
Binary 1111000 10000 100001 0 1010111 1001000 110101 101011110 1001100 11011

Color Harmonies of #781021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781021

Black with #781021

Text Example


Text Example

White with #781021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781021; }

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

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

background-color css

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

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

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

border-color css

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

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

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