Html Css Color HEX #772329 Red Berry

📋 copy color: '#772329'

red 119 ◦ green 35 ◦ blue 41

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

Shades of Red Berry #772329

Tints of Red Berry #772329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.95%

 BLUE value IS 41 (16.41% from 255) = 21.03%

R = 61.03%
G = 17.95%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#772329 (or 0x772329) is known color: Red Berry. HEX triplet: 77, 23 and 29. RGB value is (119,35,41). Sum of RGB (Red+Green+Blue) = 119+35+41=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #772329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772329 is #88DCD6. Grayscale: #3C3C3C. Windows color (decimal): -8969431 or 2696055. OLE color: 2696055.

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

Color convert

RGB 119 35 41 -
CMYK 0 0.71 0.66 0.53
HSL 355.71º 0.55% 0.3% -
HSV(B) 355.71º 0.71% 0.47% -
XYZ 8.61 5.28 2.66 -
YUV 60.8 116.83 169.51 -
System Red Green Blue C M Y K H S L
Decimal 119 35 41 0 0.71 0.66 0.53 355.71 0.55 0.3
Hex 77 23 29 0 47 42 35 164 37 1E
Octal 167 43 51 0 107 102 65 544 67 36
Binary 1110111 100011 101001 0 1000111 1000010 110101 101100100 110111 11110

Color Harmonies of #772329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772329

Black with #772329

Text Example


Text Example

White with #772329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772329; }

 p { color: rgb(119,35,41); }

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

background-color css

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

 a { background-color: rgb(119,35,41); }

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

border-color css

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

 span { border-color: rgb(119,35,41); }

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