Html Css Color HEX #771529 Red Berry

📋 copy color: '#771529'

red 119 ◦ green 21 ◦ blue 41

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

Shades of Red Berry #771529

Tints of Red Berry #771529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 22.65%

R = 65.75%
G = 11.6%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#771529 (or 0x771529) is known color: Red Berry. HEX triplet: 77, 15 and 29. RGB value is (119,21,41). Sum of RGB (Red+Green+Blue) = 119+21+41=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #771529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771529 is #88EAD6. Grayscale: #343434. Windows color (decimal): -8973015 or 2692471. OLE color: 2692471.

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

Color convert

RGB 119 21 41 -
CMYK 0 0.82 0.66 0.53
HSL 347.76º 0.7% 0.27% -
HSV(B) 347.76º 0.82% 0.47% -
XYZ 8.28 4.62 2.55 -
YUV 52.58 121.47 175.37 -
System Red Green Blue C M Y K H S L
Decimal 119 21 41 0 0.82 0.66 0.53 347.76 0.7 0.27
Hex 77 15 29 0 52 42 35 15C 46 1B
Octal 167 25 51 0 122 102 65 534 106 33
Binary 1110111 10101 101001 0 1010010 1000010 110101 101011100 1000110 11011

Color Harmonies of #771529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771529

Black with #771529

Text Example


Text Example

White with #771529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771529; }

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

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

background-color css

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

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

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

border-color css

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

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

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