Html Css Color HEX #771131 Claret

📋 copy color: '#771131'

red 119 ◦ green 17 ◦ blue 49

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

Shades of Claret #771131

Tints of Claret #771131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.19%

 BLUE value IS 49 (19.53% from 255) = 26.49%

R = 64.32%
G = 9.19%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#771131 (or 0x771131) is known color: Claret. HEX triplet: 77, 11 and 31. RGB value is (119,17,49). Sum of RGB (Red+Green+Blue) = 119+17+49=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #771131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771131 is #88EECE. Grayscale: #333333. Windows color (decimal): -8974031 or 3215735. OLE color: 3215735.

HSL color Cylindrical-coordinate representation of color #771131: hue angle of 341.18º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771131 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 17 49 -
CMYK 0 0.86 0.59 0.53
HSL 341.18º 0.75% 0.27% -
HSV(B) 341.18º 0.86% 0.47% -
XYZ 8.36 4.54 3.34 -
YUV 51.15 126.79 176.4 -
System Red Green Blue C M Y K H S L
Decimal 119 17 49 0 0.86 0.59 0.53 341.18 0.75 0.27
Hex 77 11 31 0 56 3B 35 155 4B 1B
Octal 167 21 61 0 126 73 65 525 113 33
Binary 1110111 10001 110001 0 1010110 111011 110101 101010101 1001011 11011

Color Harmonies of #771131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771131

Black with #771131

Text Example


Text Example

White with #771131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771131; }

 p { color: rgb(119,17,49); }

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

background-color css

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

 a { background-color: rgb(119,17,49); }

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

border-color css

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

 span { border-color: rgb(119,17,49); }

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