Html Css Color HEX #771C22 Red Berry

📋 copy color: '#771C22'

red 119 ◦ green 28 ◦ blue 34

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

Shades of Red Berry #771C22

Tints of Red Berry #771C22

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.47%

 BLUE value IS 34 (13.67% from 255) = 18.78%

R = 65.75%
G = 15.47%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#771C22 (or 0x771C22) is known color: Red Berry. HEX triplet: 77, 1C and 22. RGB value is (119,28,34). Sum of RGB (Red+Green+Blue) = 119+28+34=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #771C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C22 is #88E3DD. Grayscale: #373737. Windows color (decimal): -8971230 or 2235511. OLE color: 2235511.

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

Color convert

RGB 119 28 34 -
CMYK 0 0.76 0.71 0.53
HSL 356.04º 0.62% 0.29% -
HSV(B) 356.04º 0.76% 0.47% -
XYZ 8.31 4.87 2.01 -
YUV 55.89 115.65 173.01 -
System Red Green Blue C M Y K H S L
Decimal 119 28 34 0 0.76 0.71 0.53 356.04 0.62 0.29
Hex 77 1C 22 0 4C 47 35 164 3E 1D
Octal 167 34 42 0 114 107 65 544 76 35
Binary 1110111 11100 100010 0 1001100 1000111 110101 101100100 111110 11101

Color Harmonies of #771C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C22

Black with #771C22

Text Example


Text Example

White with #771C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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