Html Css Color HEX #77141E Red Berry

📋 copy color: '#77141E'

red 119 ◦ green 20 ◦ blue 30

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

Shades of Red Berry #77141E

Tints of Red Berry #77141E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.75%

R = 70.41%
G = 11.83%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#77141E (or 0x77141E) is known color: Red Berry. HEX triplet: 77, 14 and 1E. RGB value is (119,20,30). Sum of RGB (Red+Green+Blue) = 119+20+30=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #77141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77141E is #88EBE1. Grayscale: #323232. Windows color (decimal): -8973282 or 1971319. OLE color: 1971319.

HSL color Cylindrical-coordinate representation of color #77141E: hue angle of 353.94º 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 #77141E is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 20 30 -
CMYK 0 0.83 0.75 0.53
HSL 353.94º 0.71% 0.27% -
HSV(B) 353.94º 0.83% 0.47% -
XYZ 8.09 4.52 1.67 -
YUV 50.74 116.3 176.69 -
System Red Green Blue C M Y K H S L
Decimal 119 20 30 0 0.83 0.75 0.53 353.94 0.71 0.27
Hex 77 14 1E 0 53 4B 35 162 47 1B
Octal 167 24 36 0 123 113 65 542 107 33
Binary 1110111 10100 11110 0 1010011 1001011 110101 101100010 1000111 11011

Color Harmonies of #77141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77141E

Black with #77141E

Text Example


Text Example

White with #77141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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