Html Css Color HEX #771A32 Claret

📋 copy color: '#771A32'

red 119 ◦ green 26 ◦ blue 50

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

Shades of Claret #771A32

Tints of Claret #771A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 25.64%

R = 61.03%
G = 13.33%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#771A32 (or 0x771A32) is known color: Claret. HEX triplet: 77, 1A and 32. RGB value is (119,26,50). Sum of RGB (Red+Green+Blue) = 119+26+50=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #771A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771A32 is #88E5CD. Grayscale: #383838. Windows color (decimal): -8971726 or 3283575. OLE color: 3283575.

HSL color Cylindrical-coordinate representation of color #771A32: hue angle of 344.52º 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 #771A32 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 26 50 -
CMYK 0 0.78 0.58 0.53
HSL 344.52º 0.64% 0.28% -
HSV(B) 344.52º 0.78% 0.47% -
XYZ 8.55 4.89 3.51 -
YUV 56.54 124.31 172.55 -
System Red Green Blue C M Y K H S L
Decimal 119 26 50 0 0.78 0.58 0.53 344.52 0.64 0.28
Hex 77 1A 32 0 4E 3A 35 159 40 1C
Octal 167 32 62 0 116 72 65 531 100 34
Binary 1110111 11010 110010 0 1001110 111010 110101 101011001 1000000 11100

Color Harmonies of #771A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771A32

Black with #771A32

Text Example


Text Example

White with #771A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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