Html Css Color HEX #77131F Red Berry

📋 copy color: '#77131F'

red 119 ◦ green 19 ◦ blue 31

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

Shades of Red Berry #77131F

Tints of Red Berry #77131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.24%

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

R = 70.41%
G = 11.24%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#77131F (or 0x77131F) is known color: Red Berry. HEX triplet: 77, 13 and 1F. RGB value is (119,19,31). Sum of RGB (Red+Green+Blue) = 119+19+31=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #77131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77131F is #88ECE0. Grayscale: #323232. Windows color (decimal): -8973537 or 2036599. OLE color: 2036599.

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

Color convert

RGB 119 19 31 -
CMYK 0 0.84 0.74 0.53
HSL 352.8º 0.72% 0.27% -
HSV(B) 352.8º 0.84% 0.47% -
XYZ 8.09 4.49 1.74 -
YUV 50.27 117.13 177.02 -
System Red Green Blue C M Y K H S L
Decimal 119 19 31 0 0.84 0.74 0.53 352.8 0.72 0.27
Hex 77 13 1F 0 54 4A 35 161 48 1B
Octal 167 23 37 0 124 112 65 541 110 33
Binary 1110111 10011 11111 0 1010100 1001010 110101 101100001 1001000 11011

Color Harmonies of #77131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77131F

Black with #77131F

Text Example


Text Example

White with #77131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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