Html Css Color HEX #77131D Red Berry

📋 copy color: '#77131D'

red 119 ◦ green 19 ◦ blue 29

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

Shades of Red Berry #77131D

Tints of Red Berry #77131D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.37%

R = 71.26%
G = 11.38%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77131D (or 0x77131D) is known color: Red Berry. HEX triplet: 77, 13 and 1D. RGB value is (119,19,29). Sum of RGB (Red+Green+Blue) = 119+19+29=167 (22% of max value = 765). Red value is 119 (46.88% from 255 or 71.26% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 119 - color contains mainly: red. Hex color #77131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77131D is #88ECE2. Grayscale: #323232. Windows color (decimal): -8973539 or 1905527. OLE color: 1905527.

HSL color Cylindrical-coordinate representation of color #77131D: hue angle of 354º 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 #77131D is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 19 29 -
CMYK 0 0.84 0.76 0.53
HSL 354º 0.72% 0.27% -
HSV(B) 354º 0.84% 0.47% -
XYZ 8.06 4.48 1.6 -
YUV 50.04 116.13 177.19 -
System Red Green Blue C M Y K H S L
Decimal 119 19 29 0 0.84 0.76 0.53 354 0.72 0.27
Hex 77 13 1D 0 54 4C 35 162 48 1B
Octal 167 23 35 0 124 114 65 542 110 33
Binary 1110111 10011 11101 0 1010100 1001100 110101 101100010 1001000 11011

Color Harmonies of #77131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77131D

Black with #77131D

Text Example


Text Example

White with #77131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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