Html Css Color HEX #771034 Claret

📋 copy color: '#771034'

red 119 ◦ green 16 ◦ blue 52

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

Shades of Claret #771034

Tints of Claret #771034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.56%

 BLUE value IS 52 (20.7% from 255) = 27.81%

R = 63.64%
G = 8.56%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#771034 (or 0x771034) is known color: Claret. HEX triplet: 77, 10 and 34. RGB value is (119,16,52). Sum of RGB (Red+Green+Blue) = 119+16+52=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #771034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771034 is #88EFCB. Grayscale: #323232. Windows color (decimal): -8974284 or 3412087. OLE color: 3412087.

HSL color Cylindrical-coordinate representation of color #771034: hue angle of 339.03º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771034 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 16 52 -
CMYK 0 0.87 0.56 0.53
HSL 339.03º 0.76% 0.26% -
HSV(B) 339.03º 0.87% 0.47% -
XYZ 8.41 4.54 3.68 -
YUV 50.9 128.62 176.57 -
System Red Green Blue C M Y K H S L
Decimal 119 16 52 0 0.87 0.56 0.53 339.03 0.76 0.26
Hex 77 10 34 0 57 38 35 153 4C 1A
Octal 167 20 64 0 127 70 65 523 114 32
Binary 1110111 10000 110100 0 1010111 111000 110101 101010011 1001100 11010

Color Harmonies of #771034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771034

Black with #771034

Text Example


Text Example

White with #771034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771034; }

 p { color: rgb(119,16,52); }

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

background-color css

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

 a { background-color: rgb(119,16,52); }

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

border-color css

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

 span { border-color: rgb(119,16,52); }

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