Html Css Color HEX #77141C Red Berry

📋 copy color: '#77141C'

red 119 ◦ green 20 ◦ blue 28

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

Shades of Red Berry #77141C

Tints of Red Berry #77141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.98%

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

R = 71.26%
G = 11.98%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77141C (or 0x77141C) is known color: Red Berry. HEX triplet: 77, 14 and 1C. RGB value is (119,20,28). Sum of RGB (Red+Green+Blue) = 119+20+28=167 (22% of max value = 765). Red value is 119 (46.88% from 255 or 71.26% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 119 - color contains mainly: red. Hex color #77141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77141C is #88EBE3. Grayscale: #323232. Windows color (decimal): -8973284 or 1840247. OLE color: 1840247.

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

Color convert

RGB 119 20 28 -
CMYK 0 0.83 0.76 0.53
HSL 355.15º 0.71% 0.27% -
HSV(B) 355.15º 0.83% 0.47% -
XYZ 8.07 4.51 1.54 -
YUV 50.51 115.3 176.85 -
System Red Green Blue C M Y K H S L
Decimal 119 20 28 0 0.83 0.76 0.53 355.15 0.71 0.27
Hex 77 14 1C 0 53 4C 35 163 47 1B
Octal 167 24 34 0 123 114 65 543 107 33
Binary 1110111 10100 11100 0 1010011 1001100 110101 101100011 1000111 11011

Color Harmonies of #77141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77141C

Black with #77141C

Text Example


Text Example

White with #77141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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