Html Css Color HEX #771323 Red Berry

📋 copy color: '#771323'

red 119 ◦ green 19 ◦ blue 35

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

Shades of Red Berry #771323

Tints of Red Berry #771323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.23%

R = 68.79%
G = 10.98%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#771323 (or 0x771323) is known color: Red Berry. HEX triplet: 77, 13 and 23. RGB value is (119,19,35). Sum of RGB (Red+Green+Blue) = 119+19+35=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #771323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771323 is #88ECDC. Grayscale: #323232. Windows color (decimal): -8973533 or 2298743. OLE color: 2298743.

HSL color Cylindrical-coordinate representation of color #771323: hue angle of 350.4º 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 #771323 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 19 35 -
CMYK 0 0.84 0.71 0.53
HSL 350.4º 0.72% 0.27% -
HSV(B) 350.4º 0.84% 0.47% -
XYZ 8.14 4.51 2.03 -
YUV 50.72 119.13 176.7 -
System Red Green Blue C M Y K H S L
Decimal 119 19 35 0 0.84 0.71 0.53 350.4 0.72 0.27
Hex 77 13 23 0 54 47 35 15E 48 1B
Octal 167 23 43 0 124 107 65 536 110 33
Binary 1110111 10011 100011 0 1010100 1000111 110101 101011110 1001000 11011

Color Harmonies of #771323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771323

Black with #771323

Text Example


Text Example

White with #771323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771323; }

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

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

background-color css

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

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

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

border-color css

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

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

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