Html Css Color HEX #771128 Red Berry

📋 copy color: '#771128'

red 119 ◦ green 17 ◦ blue 40

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

Shades of Red Berry #771128

Tints of Red Berry #771128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.66%

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

R = 67.61%
G = 9.66%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#771128 (or 0x771128) is known color: Red Berry. HEX triplet: 77, 11 and 28. RGB value is (119,17,40). Sum of RGB (Red+Green+Blue) = 119+17+40=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #771128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771128 is #88EED7. Grayscale: #323232. Windows color (decimal): -8974040 or 2625911. OLE color: 2625911.

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

Color convert

RGB 119 17 40 -
CMYK 0 0.86 0.66 0.53
HSL 346.47º 0.75% 0.27% -
HSV(B) 346.47º 0.86% 0.47% -
XYZ 8.19 4.48 2.44 -
YUV 50.12 122.29 177.13 -
System Red Green Blue C M Y K H S L
Decimal 119 17 40 0 0.86 0.66 0.53 346.47 0.75 0.27
Hex 77 11 28 0 56 42 35 15A 4B 1B
Octal 167 21 50 0 126 102 65 532 113 33
Binary 1110111 10001 101000 0 1010110 1000010 110101 101011010 1001011 11011

Color Harmonies of #771128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771128

Black with #771128

Text Example


Text Example

White with #771128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771128; }

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

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

background-color css

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

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

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

border-color css

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

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

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