Html Css Color HEX #771724 Red Berry

📋 copy color: '#771724'

red 119 ◦ green 23 ◦ blue 36

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

Shades of Red Berry #771724

Tints of Red Berry #771724

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.92%

 BLUE value IS 36 (14.45% from 255) = 20.22%

R = 66.85%
G = 12.92%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#771724 (or 0x771724) is known color: Red Berry. HEX triplet: 77, 17 and 24. RGB value is (119,23,36). Sum of RGB (Red+Green+Blue) = 119+23+36=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #771724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771724 is #88E8DB. Grayscale: #353535. Windows color (decimal): -8972508 or 2365303. OLE color: 2365303.

HSL color Cylindrical-coordinate representation of color #771724: hue angle of 351.88º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #771724 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 23 36 -
CMYK 0 0.81 0.70 0.53
HSL 351.88º 0.68% 0.28% -
HSV(B) 351.88º 0.81% 0.47% -
XYZ 8.23 4.66 2.14 -
YUV 53.19 118.3 174.94 -
System Red Green Blue C M Y K H S L
Decimal 119 23 36 0 0.81 0.70 0.53 351.88 0.68 0.28
Hex 77 17 24 0 51 46 35 160 44 1C
Octal 167 27 44 0 121 106 65 540 104 34
Binary 1110111 10111 100100 0 1010001 1000110 110101 101100000 1000100 11100

Color Harmonies of #771724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771724

Black with #771724

Text Example


Text Example

White with #771724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771724; }

 p { color: rgb(119,23,36); }

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

background-color css

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

 a { background-color: rgb(119,23,36); }

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

border-color css

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

 span { border-color: rgb(119,23,36); }

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