Html Css Color HEX #771D21 Red Berry

📋 copy color: '#771D21'

red 119 ◦ green 29 ◦ blue 33

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

Shades of Red Berry #771D21

Tints of Red Berry #771D21

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.02%

 BLUE value IS 33 (13.28% from 255) = 18.23%

R = 65.75%
G = 16.02%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#771D21 (or 0x771D21) is known color: Red Berry. HEX triplet: 77, 1D and 21. RGB value is (119,29,33). Sum of RGB (Red+Green+Blue) = 119+29+33=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #771D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D21 is #88E2DE. Grayscale: #383838. Windows color (decimal): -8970975 or 2170231. OLE color: 2170231.

HSL color Cylindrical-coordinate representation of color #771D21: hue angle of 357.33º degrees, saturation: 0.61, 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 #771D21 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 29 33 -
CMYK 0 0.76 0.72 0.53
HSL 357.33º 0.61% 0.29% -
HSV(B) 357.33º 0.76% 0.47% -
XYZ 8.32 4.91 1.95 -
YUV 56.37 114.82 172.67 -
System Red Green Blue C M Y K H S L
Decimal 119 29 33 0 0.76 0.72 0.53 357.33 0.61 0.29
Hex 77 1D 21 0 4C 48 35 165 3D 1D
Octal 167 35 41 0 114 110 65 545 75 35
Binary 1110111 11101 100001 0 1001100 1001000 110101 101100101 111101 11101

Color Harmonies of #771D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D21

Black with #771D21

Text Example


Text Example

White with #771D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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