Html Css Color HEX #771533 Claret

📋 copy color: '#771533'

red 119 ◦ green 21 ◦ blue 51

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

Shades of Claret #771533

Tints of Claret #771533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.7%

R = 62.3%
G = 10.99%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#771533 (or 0x771533) is known color: Claret. HEX triplet: 77, 15 and 33. RGB value is (119,21,51). Sum of RGB (Red+Green+Blue) = 119+21+51=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #771533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771533 is #88EACC. Grayscale: #353535. Windows color (decimal): -8973005 or 3347831. OLE color: 3347831.

HSL color Cylindrical-coordinate representation of color #771533: hue angle of 341.63º 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 #771533 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 21 51 -
CMYK 0 0.82 0.57 0.53
HSL 341.63º 0.7% 0.27% -
HSV(B) 341.63º 0.82% 0.47% -
XYZ 8.47 4.7 3.59 -
YUV 53.72 126.47 174.56 -
System Red Green Blue C M Y K H S L
Decimal 119 21 51 0 0.82 0.57 0.53 341.63 0.7 0.27
Hex 77 15 33 0 52 39 35 156 46 1B
Octal 167 25 63 0 122 71 65 526 106 33
Binary 1110111 10101 110011 0 1010010 111001 110101 101010110 1000110 11011

Color Harmonies of #771533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771533

Black with #771533

Text Example


Text Example

White with #771533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771533; }

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

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

background-color css

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

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

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

border-color css

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

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

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