Html Css Color HEX #771534 Claret

📋 copy color: '#771534'

red 119 ◦ green 21 ◦ blue 52

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

Shades of Claret #771534

Tints of Claret #771534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.94%

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

R = 61.98%
G = 10.94%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#771534 (or 0x771534) is known color: Claret. HEX triplet: 77, 15 and 34. RGB value is (119,21,52). Sum of RGB (Red+Green+Blue) = 119+21+52=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #771534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771534 is #88EACB. Grayscale: #353535. Windows color (decimal): -8973004 or 3413367. OLE color: 3413367.

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

Color convert

RGB 119 21 52 -
CMYK 0 0.82 0.56 0.53
HSL 341.02º 0.7% 0.27% -
HSV(B) 341.02º 0.82% 0.47% -
XYZ 8.5 4.71 3.71 -
YUV 53.84 126.97 174.48 -
System Red Green Blue C M Y K H S L
Decimal 119 21 52 0 0.82 0.56 0.53 341.02 0.7 0.27
Hex 77 15 34 0 52 38 35 155 46 1B
Octal 167 25 64 0 122 70 65 525 106 33
Binary 1110111 10101 110100 0 1010010 111000 110101 101010101 1000110 11011

Color Harmonies of #771534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771534

Black with #771534

Text Example


Text Example

White with #771534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771534; }

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

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

background-color css

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

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

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

border-color css

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

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

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