Html Css Color HEX #771526 Red Berry

📋 copy color: '#771526'

red 119 ◦ green 21 ◦ blue 38

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

Shades of Red Berry #771526

Tints of Red Berry #771526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.8%

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

R = 66.85%
G = 11.8%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#771526 (or 0x771526) is known color: Red Berry. HEX triplet: 77, 15 and 26. RGB value is (119,21,38). Sum of RGB (Red+Green+Blue) = 119+21+38=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #771526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771526 is #88EAD9. Grayscale: #343434. Windows color (decimal): -8973018 or 2495863. OLE color: 2495863.

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

Color convert

RGB 119 21 38 -
CMYK 0 0.82 0.68 0.53
HSL 349.59º 0.7% 0.27% -
HSV(B) 349.59º 0.82% 0.47% -
XYZ 8.23 4.6 2.29 -
YUV 52.24 119.97 175.62 -
System Red Green Blue C M Y K H S L
Decimal 119 21 38 0 0.82 0.68 0.53 349.59 0.7 0.27
Hex 77 15 26 0 52 44 35 15E 46 1B
Octal 167 25 46 0 122 104 65 536 106 33
Binary 1110111 10101 100110 0 1010010 1000100 110101 101011110 1000110 11011

Color Harmonies of #771526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771526

Black with #771526

Text Example


Text Example

White with #771526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771526; }

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

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

background-color css

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

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

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

border-color css

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

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

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