Html Css Color HEX #771322 Red Berry

📋 copy color: '#771322'

red 119 ◦ green 19 ◦ blue 34

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

Shades of Red Berry #771322

Tints of Red Berry #771322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.05%

 BLUE value IS 34 (13.67% from 255) = 19.77%

R = 69.19%
G = 11.05%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#771322 (or 0x771322) is known color: Red Berry. HEX triplet: 77, 13 and 22. RGB value is (119,19,34). Sum of RGB (Red+Green+Blue) = 119+19+34=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #771322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771322 is #88ECDD. Grayscale: #323232. Windows color (decimal): -8973534 or 2233207. OLE color: 2233207.

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

Color convert

RGB 119 19 34 -
CMYK 0 0.84 0.71 0.53
HSL 351º 0.72% 0.27% -
HSV(B) 351º 0.84% 0.47% -
XYZ 8.13 4.5 1.95 -
YUV 50.61 118.63 176.78 -
System Red Green Blue C M Y K H S L
Decimal 119 19 34 0 0.84 0.71 0.53 351 0.72 0.27
Hex 77 13 22 0 54 47 35 15F 48 1B
Octal 167 23 42 0 124 107 65 537 110 33
Binary 1110111 10011 100010 0 1010100 1000111 110101 101011111 1001000 11011

Color Harmonies of #771322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771322

Black with #771322

Text Example


Text Example

White with #771322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771322; }

 p { color: rgb(119,19,34); }

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

background-color css

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

 a { background-color: rgb(119,19,34); }

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

border-color css

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

 span { border-color: rgb(119,19,34); }

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