Html Css Color HEX #771E39 Claret

📋 copy color: '#771E39'

red 119 ◦ green 30 ◦ blue 57

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

Shades of Claret #771E39

Tints of Claret #771E39

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.56%

 BLUE value IS 57 (22.66% from 255) = 27.67%

R = 57.77%
G = 14.56%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#771E39 (or 0x771E39) is known color: Claret. HEX triplet: 77, 1E and 39. RGB value is (119,30,57). Sum of RGB (Red+Green+Blue) = 119+30+57=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #771E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E39 is #88E1C6. Grayscale: #3B3B3B. Windows color (decimal): -8970695 or 3743351. OLE color: 3743351.

HSL color Cylindrical-coordinate representation of color #771E39: hue angle of 341.8º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E39 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 30 57 -
CMYK 0 0.75 0.52 0.53
HSL 341.8º 0.6% 0.29% -
HSV(B) 341.8º 0.75% 0.47% -
XYZ 8.81 5.15 4.4 -
YUV 59.69 126.49 170.3 -
System Red Green Blue C M Y K H S L
Decimal 119 30 57 0 0.75 0.52 0.53 341.8 0.6 0.29
Hex 77 1E 39 0 4B 34 35 156 3C 1D
Octal 167 36 71 0 113 64 65 526 74 35
Binary 1110111 11110 111001 0 1001011 110100 110101 101010110 111100 11101

Color Harmonies of #771E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E39

Black with #771E39

Text Example


Text Example

White with #771E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771E39; }

 p { color: rgb(119,30,57); }

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

background-color css

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

 a { background-color: rgb(119,30,57); }

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

border-color css

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

 span { border-color: rgb(119,30,57); }

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