Html Css Color HEX #771721 Red Berry

📋 copy color: '#771721'

red 119 ◦ green 23 ◦ blue 33

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

Shades of Red Berry #771721

Tints of Red Berry #771721

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.14%

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

R = 68%
G = 13.14%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#771721 (or 0x771721) is known color: Red Berry. HEX triplet: 77, 17 and 21. RGB value is (119,23,33). Sum of RGB (Red+Green+Blue) = 119+23+33=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #771721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771721 is #88E8DE. Grayscale: #343434. Windows color (decimal): -8972511 or 2168695. OLE color: 2168695.

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

Color convert

RGB 119 23 33 -
CMYK 0 0.81 0.72 0.53
HSL 353.75º 0.68% 0.28% -
HSV(B) 353.75º 0.81% 0.47% -
XYZ 8.19 4.64 1.9 -
YUV 52.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 119 23 33 0 0.81 0.72 0.53 353.75 0.68 0.28
Hex 77 17 21 0 51 48 35 162 44 1C
Octal 167 27 41 0 121 110 65 542 104 34
Binary 1110111 10111 100001 0 1010001 1001000 110101 101100010 1000100 11100

Color Harmonies of #771721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771721

Black with #771721

Text Example


Text Example

White with #771721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771721; }

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

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

background-color css

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

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

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

border-color css

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

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

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