Html Css Color HEX #771F29 Red Berry

📋 copy color: '#771F29'

red 119 ◦ green 31 ◦ blue 41

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

Shades of Red Berry #771F29

Tints of Red Berry #771F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.23%

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

R = 62.3%
G = 16.23%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#771F29 (or 0x771F29) is known color: Red Berry. HEX triplet: 77, 1F and 29. RGB value is (119,31,41). Sum of RGB (Red+Green+Blue) = 119+31+41=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #771F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771F29 is #88E0D6. Grayscale: #3A3A3A. Windows color (decimal): -8970455 or 2695031. OLE color: 2695031.

HSL color Cylindrical-coordinate representation of color #771F29: hue angle of 353.18º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #771F29 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 31 41 -
CMYK 0 0.74 0.66 0.53
HSL 353.18º 0.59% 0.29% -
HSV(B) 353.18º 0.74% 0.47% -
XYZ 8.5 5.06 2.63 -
YUV 58.45 118.15 171.19 -
System Red Green Blue C M Y K H S L
Decimal 119 31 41 0 0.74 0.66 0.53 353.18 0.59 0.29
Hex 77 1F 29 0 4A 42 35 161 3B 1D
Octal 167 37 51 0 112 102 65 541 73 35
Binary 1110111 11111 101001 0 1001010 1000010 110101 101100001 111011 11101

Color Harmonies of #771F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771F29

Black with #771F29

Text Example


Text Example

White with #771F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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