Html Css Color HEX #771124 Red Berry

📋 copy color: '#771124'

red 119 ◦ green 17 ◦ blue 36

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

Shades of Red Berry #771124

Tints of Red Berry #771124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.88%

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

R = 69.19%
G = 9.88%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#771124 (or 0x771124) is known color: Red Berry. HEX triplet: 77, 11 and 24. RGB value is (119,17,36). Sum of RGB (Red+Green+Blue) = 119+17+36=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #771124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771124 is #88EEDB. Grayscale: #313131. Windows color (decimal): -8974044 or 2363767. OLE color: 2363767.

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

Color convert

RGB 119 17 36 -
CMYK 0 0.86 0.70 0.53
HSL 348.82º 0.75% 0.27% -
HSV(B) 348.82º 0.86% 0.47% -
XYZ 8.13 4.45 2.1 -
YUV 49.66 120.29 177.46 -
System Red Green Blue C M Y K H S L
Decimal 119 17 36 0 0.86 0.70 0.53 348.82 0.75 0.27
Hex 77 11 24 0 56 46 35 15D 4B 1B
Octal 167 21 44 0 126 106 65 535 113 33
Binary 1110111 10001 100100 0 1010110 1000110 110101 101011101 1001011 11011

Color Harmonies of #771124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771124

Black with #771124

Text Example


Text Example

White with #771124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771124; }

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

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

background-color css

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

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

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

border-color css

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

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

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