Html Css Color HEX #771624 Red Berry

📋 copy color: '#771624'

red 119 ◦ green 22 ◦ blue 36

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

Shades of Red Berry #771624

Tints of Red Berry #771624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.43%

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

R = 67.23%
G = 12.43%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#771624 (or 0x771624) is known color: Red Berry. HEX triplet: 77, 16 and 24. RGB value is (119,22,36). Sum of RGB (Red+Green+Blue) = 119+22+36=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #771624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771624 is #88E9DB. Grayscale: #343434. Windows color (decimal): -8972764 or 2365047. OLE color: 2365047.

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

Color convert

RGB 119 22 36 -
CMYK 0 0.82 0.70 0.53
HSL 351.34º 0.69% 0.28% -
HSV(B) 351.34º 0.82% 0.47% -
XYZ 8.21 4.62 2.13 -
YUV 52.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 119 22 36 0 0.82 0.70 0.53 351.34 0.69 0.28
Hex 77 16 24 0 52 46 35 15F 45 1C
Octal 167 26 44 0 122 106 65 537 105 34
Binary 1110111 10110 100100 0 1010010 1000110 110101 101011111 1000101 11100

Color Harmonies of #771624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771624

Black with #771624

Text Example


Text Example

White with #771624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771624; }

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

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

background-color css

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

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

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

border-color css

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

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

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