Html Css Color HEX #771936 Claret

📋 copy color: '#771936'

red 119 ◦ green 25 ◦ blue 54

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

Shades of Claret #771936

Tints of Claret #771936

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.63%

 BLUE value IS 54 (21.48% from 255) = 27.27%

R = 60.1%
G = 12.63%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#771936 (or 0x771936) is known color: Claret. HEX triplet: 77, 19 and 36. RGB value is (119,25,54). Sum of RGB (Red+Green+Blue) = 119+25+54=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #771936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771936 is #88E6C9. Grayscale: #383838. Windows color (decimal): -8971978 or 3545463. OLE color: 3545463.

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

Color convert

RGB 119 25 54 -
CMYK 0 0.79 0.55 0.53
HSL 341.49º 0.65% 0.28% -
HSV(B) 341.49º 0.79% 0.47% -
XYZ 8.62 4.88 3.98 -
YUV 56.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 119 25 54 0 0.79 0.55 0.53 341.49 0.65 0.28
Hex 77 19 36 0 4F 37 35 155 41 1C
Octal 167 31 66 0 117 67 65 525 101 34
Binary 1110111 11001 110110 0 1001111 110111 110101 101010101 1000001 11100

Color Harmonies of #771936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771936

Black with #771936

Text Example


Text Example

White with #771936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771936; }

 p { color: rgb(119,25,54); }

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

background-color css

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

 a { background-color: rgb(119,25,54); }

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

border-color css

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

 span { border-color: rgb(119,25,54); }

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