Html Css Color HEX #77101F Red Berry

📋 copy color: '#77101F'

red 119 ◦ green 16 ◦ blue 31

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

Shades of Red Berry #77101F

Tints of Red Berry #77101F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.67%

R = 71.69%
G = 9.64%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#77101F (or 0x77101F) is known color: Red Berry. HEX triplet: 77, 10 and 1F. RGB value is (119,16,31). Sum of RGB (Red+Green+Blue) = 119+16+31=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #77101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77101F is #88EFE0. Grayscale: #303030. Windows color (decimal): -8974305 or 2035831. OLE color: 2035831.

HSL color Cylindrical-coordinate representation of color #77101F: hue angle of 351.26º 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 #77101F is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 16 31 -
CMYK 0 0.87 0.74 0.53
HSL 351.26º 0.76% 0.26% -
HSV(B) 351.26º 0.87% 0.47% -
XYZ 8.04 4.39 1.72 -
YUV 48.51 118.12 178.28 -
System Red Green Blue C M Y K H S L
Decimal 119 16 31 0 0.87 0.74 0.53 351.26 0.76 0.26
Hex 77 10 1F 0 57 4A 35 15F 4C 1A
Octal 167 20 37 0 127 112 65 537 114 32
Binary 1110111 10000 11111 0 1010111 1001010 110101 101011111 1001100 11010

Color Harmonies of #77101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77101F

Black with #77101F

Text Example


Text Example

White with #77101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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