Html Css Color HEX #771A2E Claret

📋 copy color: '#771A2E'

red 119 ◦ green 26 ◦ blue 46

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

Shades of Claret #771A2E

Tints of Claret #771A2E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.61%

 BLUE value IS 46 (18.36% from 255) = 24.08%

R = 62.3%
G = 13.61%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#771A2E (or 0x771A2E) is known color: Claret. HEX triplet: 77, 1A and 2E. RGB value is (119,26,46). Sum of RGB (Red+Green+Blue) = 119+26+46=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #771A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771A2E is #88E5D1. Grayscale: #383838. Windows color (decimal): -8971730 or 3021431. OLE color: 3021431.

HSL color Cylindrical-coordinate representation of color #771A2E: hue angle of 347.1º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771A2E is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 26 46 -
CMYK 0 0.78 0.61 0.53
HSL 347.1º 0.64% 0.28% -
HSV(B) 347.1º 0.78% 0.47% -
XYZ 8.47 4.86 3.08 -
YUV 56.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 119 26 46 0 0.78 0.61 0.53 347.1 0.64 0.28
Hex 77 1A 2E 0 4E 3D 35 15B 40 1C
Octal 167 32 56 0 116 75 65 533 100 34
Binary 1110111 11010 101110 0 1001110 111101 110101 101011011 1000000 11100

Color Harmonies of #771A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771A2E

Black with #771A2E

Text Example


Text Example

White with #771A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,26,46); }

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

background-color css

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

 a { background-color: rgb(119,26,46); }

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

border-color css

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

 span { border-color: rgb(119,26,46); }

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