Html Css Color HEX #772129 Red Berry

📋 copy color: '#772129'

red 119 ◦ green 33 ◦ blue 41

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

Shades of Red Berry #772129

Tints of Red Berry #772129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.1%

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

R = 61.66%
G = 17.1%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#772129 (or 0x772129) is known color: Red Berry. HEX triplet: 77, 21 and 29. RGB value is (119,33,41). Sum of RGB (Red+Green+Blue) = 119+33+41=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #772129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772129 is #88DED6. Grayscale: #3B3B3B. Windows color (decimal): -8969943 or 2695543. OLE color: 2695543.

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

Color convert

RGB 119 33 41 -
CMYK 0 0.72 0.66 0.53
HSL 354.42º 0.57% 0.3% -
HSV(B) 354.42º 0.72% 0.47% -
XYZ 8.55 5.17 2.64 -
YUV 59.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 119 33 41 0 0.72 0.66 0.53 354.42 0.57 0.3
Hex 77 21 29 0 48 42 35 162 39 1E
Octal 167 41 51 0 110 102 65 542 71 36
Binary 1110111 100001 101001 0 1001000 1000010 110101 101100010 111001 11110

Color Harmonies of #772129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772129

Black with #772129

Text Example


Text Example

White with #772129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772129; }

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

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

background-color css

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

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

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

border-color css

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

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

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