Html Css Color HEX #77161C Red Berry

📋 copy color: '#77161C'

red 119 ◦ green 22 ◦ blue 28

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

Shades of Red Berry #77161C

Tints of Red Berry #77161C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.02%

 BLUE value IS 28 (11.33% from 255) = 16.57%

R = 70.41%
G = 13.02%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77161C (or 0x77161C) is known color: Red Berry. HEX triplet: 77, 16 and 1C. RGB value is (119,22,28). Sum of RGB (Red+Green+Blue) = 119+22+28=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #77161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77161C is #88E9E3. Grayscale: #333333. Windows color (decimal): -8972772 or 1840759. OLE color: 1840759.

HSL color Cylindrical-coordinate representation of color #77161C: hue angle of 356.29º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77161C is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 22 28 -
CMYK 0 0.82 0.76 0.53
HSL 356.29º 0.69% 0.28% -
HSV(B) 356.29º 0.82% 0.47% -
XYZ 8.1 4.58 1.56 -
YUV 51.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 119 22 28 0 0.82 0.76 0.53 356.29 0.69 0.28
Hex 77 16 1C 0 52 4C 35 164 45 1C
Octal 167 26 34 0 122 114 65 544 105 34
Binary 1110111 10110 11100 0 1010010 1001100 110101 101100100 1000101 11100

Color Harmonies of #77161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77161C

Black with #77161C

Text Example


Text Example

White with #77161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77161C; }

 p { color: rgb(119,22,28); }

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

background-color css

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

 a { background-color: rgb(119,22,28); }

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

border-color css

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

 span { border-color: rgb(119,22,28); }

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