Html Css Color HEX #761731 Claret

📋 copy color: '#761731'

red 118 ◦ green 23 ◦ blue 49

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

Shades of Claret #761731

Tints of Claret #761731

RGB

 RED value IS 118 (46.48% from 255) = 62.11%

 GREEN value IS 23 (9.38% from 255) = 12.11%

 BLUE value IS 49 (19.53% from 255) = 25.79%

R = 62.11%
G = 12.11%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#761731 (or 0x761731) is known color: Claret. HEX triplet: 76, 17 and 31. RGB value is (118,23,49). Sum of RGB (Red+Green+Blue) = 118+23+49=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #761731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761731 is #89E8CE. Grayscale: #363636. Windows color (decimal): -9038031 or 3217270. OLE color: 3217270.

HSL color Cylindrical-coordinate representation of color #761731: hue angle of 343.58º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761731 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 49 -
CMYK 0 0.81 0.58 0.54
HSL 343.58º 0.67% 0.28% -
HSV(B) 343.58º 0.81% 0.46% -
XYZ 8.33 4.69 3.37 -
YUV 54.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 118 23 49 0 0.81 0.58 0.54 343.58 0.67 0.28
Hex 76 17 31 0 51 3A 36 158 43 1C
Octal 166 27 61 0 121 72 66 530 103 34
Binary 1110110 10111 110001 0 1010001 111010 110110 101011000 1000011 11100

Color Harmonies of #761731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761731

Black with #761731

Text Example


Text Example

White with #761731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761731; }

 p { color: rgb(118,23,49); }

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

background-color css

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

 a { background-color: rgb(118,23,49); }

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

border-color css

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

 span { border-color: rgb(118,23,49); }

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