Html Css Color HEX #771E20 Red Berry

📋 copy color: '#771E20'

red 119 ◦ green 30 ◦ blue 32

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

Shades of Red Berry #771E20

Tints of Red Berry #771E20

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.57%

 BLUE value IS 32 (12.89% from 255) = 17.68%

R = 65.75%
G = 16.57%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#771E20 (or 0x771E20) is known color: Red Berry. HEX triplet: 77, 1E and 20. RGB value is (119,30,32). Sum of RGB (Red+Green+Blue) = 119+30+32=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #771E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E20 is #88E1DF. Grayscale: #383838. Windows color (decimal): -8970720 or 2104951. OLE color: 2104951.

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

Color convert

RGB 119 30 32 -
CMYK 0 0.75 0.73 0.53
HSL 358.65º 0.6% 0.29% -
HSV(B) 358.65º 0.75% 0.47% -
XYZ 8.33 4.95 1.88 -
YUV 56.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 119 30 32 0 0.75 0.73 0.53 358.65 0.6 0.29
Hex 77 1E 20 0 4B 49 35 167 3C 1D
Octal 167 36 40 0 113 111 65 547 74 35
Binary 1110111 11110 100000 0 1001011 1001001 110101 101100111 111100 11101

Color Harmonies of #771E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E20

Black with #771E20

Text Example


Text Example

White with #771E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,30,32); }

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

background-color css

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

 a { background-color: rgb(119,30,32); }

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

border-color css

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

 span { border-color: rgb(119,30,32); }

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