Html Css Color HEX #771324 Red Berry

📋 copy color: '#771324'

red 119 ◦ green 19 ◦ blue 36

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

Shades of Red Berry #771324

Tints of Red Berry #771324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.92%

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

R = 68.39%
G = 10.92%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#771324 (or 0x771324) is known color: Red Berry. HEX triplet: 77, 13 and 24. RGB value is (119,19,36). Sum of RGB (Red+Green+Blue) = 119+19+36=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #771324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771324 is #88ECDB. Grayscale: #323232. Windows color (decimal): -8973532 or 2364279. OLE color: 2364279.

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

Color convert

RGB 119 19 36 -
CMYK 0 0.84 0.70 0.53
HSL 349.8º 0.72% 0.27% -
HSV(B) 349.8º 0.84% 0.47% -
XYZ 8.16 4.52 2.11 -
YUV 50.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 119 19 36 0 0.84 0.70 0.53 349.8 0.72 0.27
Hex 77 13 24 0 54 46 35 15E 48 1B
Octal 167 23 44 0 124 106 65 536 110 33
Binary 1110111 10011 100100 0 1010100 1000110 110101 101011110 1001000 11011

Color Harmonies of #771324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771324

Black with #771324

Text Example


Text Example

White with #771324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771324; }

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

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

background-color css

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

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

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

border-color css

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

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

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