Html Css Color HEX #771937 Claret

📋 copy color: '#771937'

red 119 ◦ green 25 ◦ blue 55

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

Shades of Claret #771937

Tints of Claret #771937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 27.64%

R = 59.8%
G = 12.56%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#771937 (or 0x771937) is known color: Claret. HEX triplet: 77, 19 and 37. RGB value is (119,25,55). Sum of RGB (Red+Green+Blue) = 119+25+55=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #771937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771937 is #88E6C8. Grayscale: #383838. Windows color (decimal): -8971977 or 3610999. OLE color: 3610999.

HSL color Cylindrical-coordinate representation of color #771937: hue angle of 340.85º 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 #771937 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 25 55 -
CMYK 0 0.79 0.54 0.53
HSL 340.85º 0.65% 0.28% -
HSV(B) 340.85º 0.79% 0.47% -
XYZ 8.64 4.89 4.1 -
YUV 56.53 127.14 172.56 -
System Red Green Blue C M Y K H S L
Decimal 119 25 55 0 0.79 0.54 0.53 340.85 0.65 0.28
Hex 77 19 37 0 4F 36 35 155 41 1C
Octal 167 31 67 0 117 66 65 525 101 34
Binary 1110111 11001 110111 0 1001111 110110 110101 101010101 1000001 11100

Color Harmonies of #771937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771937

Black with #771937

Text Example


Text Example

White with #771937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771937; }

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

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

background-color css

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

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

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

border-color css

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

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

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