Html Css Color HEX #77181C Red Berry

📋 copy color: '#77181C'

red 119 ◦ green 24 ◦ blue 28

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

Shades of Red Berry #77181C

Tints of Red Berry #77181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.04%

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

R = 69.59%
G = 14.04%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77181C (or 0x77181C) is known color: Red Berry. HEX triplet: 77, 18 and 1C. RGB value is (119,24,28). Sum of RGB (Red+Green+Blue) = 119+24+28=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #77181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77181C is #88E7E3. Grayscale: #343434. Windows color (decimal): -8972260 or 1841271. OLE color: 1841271.

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

Color convert

RGB 119 24 28 -
CMYK 0 0.80 0.76 0.53
HSL 357.47º 0.66% 0.28% -
HSV(B) 357.47º 0.8% 0.47% -
XYZ 8.14 4.66 1.57 -
YUV 52.86 113.97 175.17 -
System Red Green Blue C M Y K H S L
Decimal 119 24 28 0 0.80 0.76 0.53 357.47 0.66 0.28
Hex 77 18 1C 0 50 4C 35 165 42 1C
Octal 167 30 34 0 120 114 65 545 102 34
Binary 1110111 11000 11100 0 1010000 1001100 110101 101100101 1000010 11100

Color Harmonies of #77181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77181C

Black with #77181C

Text Example


Text Example

White with #77181C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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