Html Css Color HEX #771231 Claret

📋 copy color: '#771231'

red 119 ◦ green 18 ◦ blue 49

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

Shades of Claret #771231

Tints of Claret #771231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

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

R = 63.98%
G = 9.68%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#771231 (or 0x771231) is known color: Claret. HEX triplet: 77, 12 and 31. RGB value is (119,18,49). Sum of RGB (Red+Green+Blue) = 119+18+49=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #771231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771231 is #88EDCE. Grayscale: #333333. Windows color (decimal): -8973775 or 3215991. OLE color: 3215991.

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

Color convert

RGB 119 18 49 -
CMYK 0 0.85 0.59 0.53
HSL 341.58º 0.74% 0.27% -
HSV(B) 341.58º 0.85% 0.47% -
XYZ 8.38 4.58 3.35 -
YUV 51.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 119 18 49 0 0.85 0.59 0.53 341.58 0.74 0.27
Hex 77 12 31 0 55 3B 35 156 4A 1B
Octal 167 22 61 0 125 73 65 526 112 33
Binary 1110111 10010 110001 0 1010101 111011 110101 101010110 1001010 11011

Color Harmonies of #771231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771231

Black with #771231

Text Example


Text Example

White with #771231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771231; }

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

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

background-color css

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

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

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

border-color css

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

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

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