Html Css Color HEX #77101E Red Berry

📋 copy color: '#77101E'

red 119 ◦ green 16 ◦ blue 30

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

Shades of Red Berry #77101E

Tints of Red Berry #77101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.7%

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

R = 72.12%
G = 9.7%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#77101E (or 0x77101E) is known color: Red Berry. HEX triplet: 77, 10 and 1E. RGB value is (119,16,30). Sum of RGB (Red+Green+Blue) = 119+16+30=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #77101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77101E is #88EFE1. Grayscale: #303030. Windows color (decimal): -8974306 or 1970295. OLE color: 1970295.

HSL color Cylindrical-coordinate representation of color #77101E: hue angle of 351.84º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77101E is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 16 30 -
CMYK 0 0.87 0.75 0.53
HSL 351.84º 0.76% 0.26% -
HSV(B) 351.84º 0.87% 0.47% -
XYZ 8.03 4.39 1.65 -
YUV 48.39 117.62 178.36 -
System Red Green Blue C M Y K H S L
Decimal 119 16 30 0 0.87 0.75 0.53 351.84 0.76 0.26
Hex 77 10 1E 0 57 4B 35 160 4C 1A
Octal 167 20 36 0 127 113 65 540 114 32
Binary 1110111 10000 11110 0 1010111 1001011 110101 101100000 1001100 11010

Color Harmonies of #77101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77101E

Black with #77101E

Text Example


Text Example

White with #77101E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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