Html Css Color HEX #771637 Claret

📋 copy color: '#771637'

red 119 ◦ green 22 ◦ blue 55

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

Shades of Claret #771637

Tints of Claret #771637

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.22%

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

R = 60.71%
G = 11.22%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#771637 (or 0x771637) is known color: Claret. HEX triplet: 77, 16 and 37. RGB value is (119,22,55). Sum of RGB (Red+Green+Blue) = 119+22+55=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #771637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771637 is #88E9C8. Grayscale: #363636. Windows color (decimal): -8972745 or 3610231. OLE color: 3610231.

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

Color convert

RGB 119 22 55 -
CMYK 0 0.82 0.54 0.53
HSL 339.59º 0.69% 0.28% -
HSV(B) 339.59º 0.82% 0.47% -
XYZ 8.58 4.77 4.08 -
YUV 54.77 128.14 173.82 -
System Red Green Blue C M Y K H S L
Decimal 119 22 55 0 0.82 0.54 0.53 339.59 0.69 0.28
Hex 77 16 37 0 52 36 35 154 45 1C
Octal 167 26 67 0 122 66 65 524 105 34
Binary 1110111 10110 110111 0 1010010 110110 110101 101010100 1000101 11100

Color Harmonies of #771637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771637

Black with #771637

Text Example


Text Example

White with #771637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771637; }

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

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

background-color css

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

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

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

border-color css

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

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

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