Html Css Color HEX #771F3E Claret

📋 copy color: '#771F3E'

red 119 ◦ green 31 ◦ blue 62

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

Shades of Claret #771F3E

Tints of Claret #771F3E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.62%

 BLUE value IS 62 (24.61% from 255) = 29.25%

R = 56.13%
G = 14.62%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#771F3E (or 0x771F3E) is known color: Claret. HEX triplet: 77, 1F and 3E. RGB value is (119,31,62). Sum of RGB (Red+Green+Blue) = 119+31+62=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #771F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771F3E is #88E0C1. Grayscale: #3C3C3C. Windows color (decimal): -8970434 or 4071287. OLE color: 4071287.

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

Color convert

RGB 119 31 62 -
CMYK 0 0.74 0.48 0.53
HSL 338.86º 0.59% 0.29% -
HSV(B) 338.86º 0.74% 0.47% -
XYZ 8.97 5.25 5.1 -
YUV 60.85 128.65 169.48 -
System Red Green Blue C M Y K H S L
Decimal 119 31 62 0 0.74 0.48 0.53 338.86 0.59 0.29
Hex 77 1F 3E 0 4A 30 35 153 3B 1D
Octal 167 37 76 0 112 60 65 523 73 35
Binary 1110111 11111 111110 0 1001010 110000 110101 101010011 111011 11101

Color Harmonies of #771F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771F3E

Black with #771F3E

Text Example


Text Example

White with #771F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,31,62); }

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

background-color css

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

 a { background-color: rgb(119,31,62); }

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

border-color css

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

 span { border-color: rgb(119,31,62); }

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