Html Css Color HEX #77151F Red Berry

📋 copy color: '#77151F'

red 119 ◦ green 21 ◦ blue 31

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

Shades of Red Berry #77151F

Tints of Red Berry #77151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.28%

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

R = 69.59%
G = 12.28%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#77151F (or 0x77151F) is known color: Red Berry. HEX triplet: 77, 15 and 1F. RGB value is (119,21,31). Sum of RGB (Red+Green+Blue) = 119+21+31=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #77151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77151F is #88EAE0. Grayscale: #333333. Windows color (decimal): -8973025 or 2037111. OLE color: 2037111.

HSL color Cylindrical-coordinate representation of color #77151F: hue angle of 353.88º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77151F is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 21 31 -
CMYK 0 0.82 0.74 0.53
HSL 353.88º 0.7% 0.27% -
HSV(B) 353.88º 0.82% 0.47% -
XYZ 8.12 4.56 1.75 -
YUV 51.44 116.47 176.19 -
System Red Green Blue C M Y K H S L
Decimal 119 21 31 0 0.82 0.74 0.53 353.88 0.7 0.27
Hex 77 15 1F 0 52 4A 35 162 46 1B
Octal 167 25 37 0 122 112 65 542 106 33
Binary 1110111 10101 11111 0 1010010 1001010 110101 101100010 1000110 11011

Color Harmonies of #77151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77151F

Black with #77151F

Text Example


Text Example

White with #77151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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