Html Css Color HEX #771728 Red Berry

📋 copy color: '#771728'

red 119 ◦ green 23 ◦ blue 40

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

Shades of Red Berry #771728

Tints of Red Berry #771728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.64%

 BLUE value IS 40 (16.02% from 255) = 21.98%

R = 65.38%
G = 12.64%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#771728 (or 0x771728) is known color: Red Berry. HEX triplet: 77, 17 and 28. RGB value is (119,23,40). Sum of RGB (Red+Green+Blue) = 119+23+40=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #771728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771728 is #88E8D7. Grayscale: #353535. Windows color (decimal): -8972504 or 2627447. OLE color: 2627447.

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

Color convert

RGB 119 23 40 -
CMYK 0 0.81 0.66 0.53
HSL 349.38º 0.68% 0.28% -
HSV(B) 349.38º 0.81% 0.47% -
XYZ 8.3 4.69 2.48 -
YUV 53.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 119 23 40 0 0.81 0.66 0.53 349.38 0.68 0.28
Hex 77 17 28 0 51 42 35 15D 44 1C
Octal 167 27 50 0 121 102 65 535 104 34
Binary 1110111 10111 101000 0 1010001 1000010 110101 101011101 1000100 11100

Color Harmonies of #771728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771728

Black with #771728

Text Example


Text Example

White with #771728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771728; }

 p { color: rgb(119,23,40); }

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

background-color css

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

 a { background-color: rgb(119,23,40); }

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

border-color css

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

 span { border-color: rgb(119,23,40); }

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