Html Css Color HEX #772229 Red Berry

📋 copy color: '#772229'

red 119 ◦ green 34 ◦ blue 41

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

Shades of Red Berry #772229

Tints of Red Berry #772229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.53%

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

R = 61.34%
G = 17.53%
B = 21.13%

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

#772229 (or 0x772229) is known color: Red Berry. HEX triplet: 77, 22 and 29. RGB value is (119,34,41). Sum of RGB (Red+Green+Blue) = 119+34+41=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #772229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772229 is #88DDD6. Grayscale: #3C3C3C. Windows color (decimal): -8969687 or 2695799. OLE color: 2695799.

HSL color Cylindrical-coordinate representation of color #772229: hue angle of 355.06º degrees, saturation: 0.56, 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 #772229 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 34 41 -
CMYK 0 0.71 0.66 0.53
HSL 355.06º 0.56% 0.3% -
HSV(B) 355.06º 0.71% 0.47% -
XYZ 8.58 5.23 2.65 -
YUV 60.21 117.16 169.93 -
System Red Green Blue C M Y K H S L
Decimal 119 34 41 0 0.71 0.66 0.53 355.06 0.56 0.3
Hex 77 22 29 0 47 42 35 163 38 1E
Octal 167 42 51 0 107 102 65 543 70 36
Binary 1110111 100010 101001 0 1000111 1000010 110101 101100011 111000 11110

Color Harmonies of #772229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772229

Black with #772229

Text Example


Text Example

White with #772229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772229; }

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

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

background-color css

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

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

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

border-color css

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

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

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