Html Css Color HEX #771335 Claret

📋 copy color: '#771335'

red 119 ◦ green 19 ◦ blue 53

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

Shades of Claret #771335

Tints of Claret #771335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.95%

 BLUE value IS 53 (21.09% from 255) = 27.75%

R = 62.3%
G = 9.95%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#771335 (or 0x771335) is known color: Claret. HEX triplet: 77, 13 and 35. RGB value is (119,19,53). Sum of RGB (Red+Green+Blue) = 119+19+53=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #771335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771335 is #88ECCA. Grayscale: #343434. Windows color (decimal): -8973515 or 3478391. OLE color: 3478391.

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

Color convert

RGB 119 19 53 -
CMYK 0 0.84 0.55 0.53
HSL 339.6º 0.72% 0.27% -
HSV(B) 339.6º 0.84% 0.47% -
XYZ 8.48 4.64 3.82 -
YUV 52.78 128.13 175.24 -
System Red Green Blue C M Y K H S L
Decimal 119 19 53 0 0.84 0.55 0.53 339.6 0.72 0.27
Hex 77 13 35 0 54 37 35 154 48 1B
Octal 167 23 65 0 124 67 65 524 110 33
Binary 1110111 10011 110101 0 1010100 110111 110101 101010100 1001000 11011

Color Harmonies of #771335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771335

Black with #771335

Text Example


Text Example

White with #771335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771335; }

 p { color: rgb(119,19,53); }

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

background-color css

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

 a { background-color: rgb(119,19,53); }

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

border-color css

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

 span { border-color: rgb(119,19,53); }

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