Html Css Color HEX #771D2D Red Berry

📋 copy color: '#771D2D'

red 119 ◦ green 29 ◦ blue 45

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

Shades of Red Berry #771D2D

Tints of Red Berry #771D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.32%

R = 61.66%
G = 15.03%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#771D2D (or 0x771D2D) is known color: Red Berry. HEX triplet: 77, 1D and 2D. RGB value is (119,29,45). Sum of RGB (Red+Green+Blue) = 119+29+45=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #771D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D2D is #88E2D2. Grayscale: #393939. Windows color (decimal): -8970963 or 2956663. OLE color: 2956663.

HSL color Cylindrical-coordinate representation of color #771D2D: hue angle of 349.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 #771D2D is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 29 45 -
CMYK 0 0.76 0.62 0.53
HSL 349.33º 0.61% 0.29% -
HSV(B) 349.33º 0.76% 0.47% -
XYZ 8.52 4.99 3 -
YUV 57.73 120.82 171.7 -
System Red Green Blue C M Y K H S L
Decimal 119 29 45 0 0.76 0.62 0.53 349.33 0.61 0.29
Hex 77 1D 2D 0 4C 3E 35 15D 3D 1D
Octal 167 35 55 0 114 76 65 535 75 35
Binary 1110111 11101 101101 0 1001100 111110 110101 101011101 111101 11101

Color Harmonies of #771D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D2D

Black with #771D2D

Text Example


Text Example

White with #771D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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