Html Css Color HEX #771931 Claret

📋 copy color: '#771931'

red 119 ◦ green 25 ◦ blue 49

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

Shades of Claret #771931

Tints of Claret #771931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.95%

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

R = 61.66%
G = 12.95%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#771931 (or 0x771931) is known color: Claret. HEX triplet: 77, 19 and 31. RGB value is (119,25,49). Sum of RGB (Red+Green+Blue) = 119+25+49=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #771931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771931 is #88E6CE. Grayscale: #373737. Windows color (decimal): -8971983 or 3217783. OLE color: 3217783.

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

Color convert

RGB 119 25 49 -
CMYK 0 0.79 0.59 0.53
HSL 344.68º 0.65% 0.28% -
HSV(B) 344.68º 0.79% 0.47% -
XYZ 8.51 4.84 3.39 -
YUV 55.84 124.14 173.05 -
System Red Green Blue C M Y K H S L
Decimal 119 25 49 0 0.79 0.59 0.53 344.68 0.65 0.28
Hex 77 19 31 0 4F 3B 35 159 41 1C
Octal 167 31 61 0 117 73 65 531 101 34
Binary 1110111 11001 110001 0 1001111 111011 110101 101011001 1000001 11100

Color Harmonies of #771931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771931

Black with #771931

Text Example


Text Example

White with #771931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771931; }

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

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

background-color css

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

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

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

border-color css

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

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

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