Html Css Color HEX #771431 Claret

📋 copy color: '#771431'

red 119 ◦ green 20 ◦ blue 49

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

Shades of Claret #771431

Tints of Claret #771431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.64%

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

R = 63.3%
G = 10.64%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#771431 (or 0x771431) is known color: Claret. HEX triplet: 77, 14 and 31. RGB value is (119,20,49). Sum of RGB (Red+Green+Blue) = 119+20+49=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #771431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771431 is #88EBCE. Grayscale: #343434. Windows color (decimal): -8973263 or 3216503. OLE color: 3216503.

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

Color convert

RGB 119 20 49 -
CMYK 0 0.83 0.59 0.53
HSL 342.42º 0.71% 0.27% -
HSV(B) 342.42º 0.83% 0.47% -
XYZ 8.41 4.64 3.36 -
YUV 52.91 125.8 175.14 -
System Red Green Blue C M Y K H S L
Decimal 119 20 49 0 0.83 0.59 0.53 342.42 0.71 0.27
Hex 77 14 31 0 53 3B 35 156 47 1B
Octal 167 24 61 0 123 73 65 526 107 33
Binary 1110111 10100 110001 0 1010011 111011 110101 101010110 1000111 11011

Color Harmonies of #771431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771431

Black with #771431

Text Example


Text Example

White with #771431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771431; }

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

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

background-color css

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

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

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

border-color css

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

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

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