Html Css Color HEX #77111B Red Berry

📋 copy color: '#77111B'

red 119 ◦ green 17 ◦ blue 27

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

Shades of Red Berry #77111B

Tints of Red Berry #77111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.56%

R = 73.01%
G = 10.43%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77111B (or 0x77111B) is known color: Red Berry. HEX triplet: 77, 11 and 1B. RGB value is (119,17,27). Sum of RGB (Red+Green+Blue) = 119+17+27=163 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.01% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 119 - color contains mainly: red. Hex color #77111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77111B is #88EEE4. Grayscale: #303030. Windows color (decimal): -8974053 or 1773943. OLE color: 1773943.

HSL color Cylindrical-coordinate representation of color #77111B: hue angle of 354.12º 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 #77111B is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 17 27 -
CMYK 0 0.86 0.77 0.53
HSL 354.12º 0.75% 0.27% -
HSV(B) 354.12º 0.86% 0.47% -
XYZ 8.01 4.4 1.46 -
YUV 48.64 115.79 178.19 -
System Red Green Blue C M Y K H S L
Decimal 119 17 27 0 0.86 0.77 0.53 354.12 0.75 0.27
Hex 77 11 1B 0 56 4D 35 162 4B 1B
Octal 167 21 33 0 126 115 65 542 113 33
Binary 1110111 10001 11011 0 1010110 1001101 110101 101100010 1001011 11011

Color Harmonies of #77111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77111B

Black with #77111B

Text Example


Text Example

White with #77111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77111B; }

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

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

background-color css

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

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

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

border-color css

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

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

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