Html Css Color HEX #771837 Claret

📋 copy color: '#771837'

red 119 ◦ green 24 ◦ blue 55

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

Shades of Claret #771837

Tints of Claret #771837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.12%

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

R = 60.1%
G = 12.12%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#771837 (or 0x771837) is known color: Claret. HEX triplet: 77, 18 and 37. RGB value is (119,24,55). Sum of RGB (Red+Green+Blue) = 119+24+55=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #771837 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771837 is #88E7C8. Grayscale: #373737. Windows color (decimal): -8972233 or 3610743. OLE color: 3610743.

HSL color Cylindrical-coordinate representation of color #771837: hue angle of 340.42º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771837 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 24 55 -
CMYK 0 0.80 0.54 0.53
HSL 340.42º 0.66% 0.28% -
HSV(B) 340.42º 0.8% 0.47% -
XYZ 8.62 4.85 4.1 -
YUV 55.94 127.47 172.98 -
System Red Green Blue C M Y K H S L
Decimal 119 24 55 0 0.80 0.54 0.53 340.42 0.66 0.28
Hex 77 18 37 0 50 36 35 154 42 1C
Octal 167 30 67 0 120 66 65 524 102 34
Binary 1110111 11000 110111 0 1010000 110110 110101 101010100 1000010 11100

Color Harmonies of #771837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771837

Black with #771837

Text Example


Text Example

White with #771837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771837; }

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

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

background-color css

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

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

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

border-color css

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

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

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