Html Css Color HEX #771439 Claret

📋 copy color: '#771439'

red 119 ◦ green 20 ◦ blue 57

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

Shades of Claret #771439

Tints of Claret #771439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.2%

 BLUE value IS 57 (22.66% from 255) = 29.08%

R = 60.71%
G = 10.2%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#771439 (or 0x771439) is known color: Claret. HEX triplet: 77, 14 and 39. RGB value is (119,20,57). Sum of RGB (Red+Green+Blue) = 119+20+57=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 57 (22.66% from 255 or 29.08% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #771439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771439 is #88EBC6. Grayscale: #353535. Windows color (decimal): -8973255 or 3740791. OLE color: 3740791.

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

Color convert

RGB 119 20 57 -
CMYK 0 0.83 0.52 0.53
HSL 337.58º 0.71% 0.27% -
HSV(B) 337.58º 0.83% 0.47% -
XYZ 8.6 4.72 4.33 -
YUV 53.82 129.8 174.49 -
System Red Green Blue C M Y K H S L
Decimal 119 20 57 0 0.83 0.52 0.53 337.58 0.71 0.27
Hex 77 14 39 0 53 34 35 152 47 1B
Octal 167 24 71 0 123 64 65 522 107 33
Binary 1110111 10100 111001 0 1010011 110100 110101 101010010 1000111 11011

Color Harmonies of #771439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771439

Black with #771439

Text Example


Text Example

White with #771439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771439; }

 p { color: rgb(119,20,57); }

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

background-color css

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

 a { background-color: rgb(119,20,57); }

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

border-color css

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

 span { border-color: rgb(119,20,57); }

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