Html Css Color HEX #772021 Red Berry

📋 copy color: '#772021'

red 119 ◦ green 32 ◦ blue 33

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

Shades of Red Berry #772021

Tints of Red Berry #772021

RGB

 RED value IS 119 (46.88% from 255) = 64.67%

 GREEN value IS 32 (12.89% from 255) = 17.39%

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

R = 64.67%
G = 17.39%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#772021 (or 0x772021) is known color: Red Berry. HEX triplet: 77, 20 and 21. RGB value is (119,32,33). Sum of RGB (Red+Green+Blue) = 119+32+33=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #772021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772021 is #88DFDE. Grayscale: #3A3A3A. Windows color (decimal): -8970207 or 2170999. OLE color: 2170999.

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

Color convert

RGB 119 32 33 -
CMYK 0 0.73 0.72 0.53
HSL 359.31º 0.58% 0.3% -
HSV(B) 359.31º 0.73% 0.47% -
XYZ 8.4 5.06 1.97 -
YUV 58.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 119 32 33 0 0.73 0.72 0.53 359.31 0.58 0.3
Hex 77 20 21 0 49 48 35 167 3A 1E
Octal 167 40 41 0 111 110 65 547 72 36
Binary 1110111 100000 100001 0 1001001 1001000 110101 101100111 111010 11110

Color Harmonies of #772021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772021

Black with #772021

Text Example


Text Example

White with #772021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772021; }

 p { color: rgb(119,32,33); }

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

background-color css

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

 a { background-color: rgb(119,32,33); }

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

border-color css

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

 span { border-color: rgb(119,32,33); }

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