Html Css Color HEX #771326 Red Berry

📋 copy color: '#771326'

red 119 ◦ green 19 ◦ blue 38

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

Shades of Red Berry #771326

Tints of Red Berry #771326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.59%

R = 67.61%
G = 10.8%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#771326 (or 0x771326) is known color: Red Berry. HEX triplet: 77, 13 and 26. RGB value is (119,19,38). Sum of RGB (Red+Green+Blue) = 119+19+38=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #771326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771326 is #88ECD9. Grayscale: #333333. Windows color (decimal): -8973530 or 2495351. OLE color: 2495351.

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

Color convert

RGB 119 19 38 -
CMYK 0 0.84 0.68 0.53
HSL 348.6º 0.72% 0.27% -
HSV(B) 348.6º 0.84% 0.47% -
XYZ 8.19 4.53 2.28 -
YUV 51.07 120.63 176.46 -
System Red Green Blue C M Y K H S L
Decimal 119 19 38 0 0.84 0.68 0.53 348.6 0.72 0.27
Hex 77 13 26 0 54 44 35 15D 48 1B
Octal 167 23 46 0 124 104 65 535 110 33
Binary 1110111 10011 100110 0 1010100 1000100 110101 101011101 1001000 11011

Color Harmonies of #771326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771326

Black with #771326

Text Example


Text Example

White with #771326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771326; }

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

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

background-color css

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

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

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

border-color css

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

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

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