Html Css Color HEX #761631 Claret

📋 copy color: '#761631'

red 118 ◦ green 22 ◦ blue 49

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

Shades of Claret #761631

Tints of Claret #761631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.64%

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

R = 62.43%
G = 11.64%
B = 25.93%

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

#761631 (or 0x761631) is known color: Claret. HEX triplet: 76, 16 and 31. RGB value is (118,22,49). Sum of RGB (Red+Green+Blue) = 118+22+49=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #761631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761631 is #89E9CE. Grayscale: #353535. Windows color (decimal): -9038287 or 3217014. OLE color: 3217014.

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

Color convert

RGB 118 22 49 -
CMYK 0 0.81 0.58 0.54
HSL 343.13º 0.69% 0.27% -
HSV(B) 343.13º 0.81% 0.46% -
XYZ 8.31 4.65 3.36 -
YUV 53.78 125.3 173.8 -
System Red Green Blue C M Y K H S L
Decimal 118 22 49 0 0.81 0.58 0.54 343.13 0.69 0.27
Hex 76 16 31 0 51 3A 36 157 45 1B
Octal 166 26 61 0 121 72 66 527 105 33
Binary 1110110 10110 110001 0 1010001 111010 110110 101010111 1000101 11011

Color Harmonies of #761631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761631

Black with #761631

Text Example


Text Example

White with #761631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761631; }

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

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

background-color css

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

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

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

border-color css

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

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

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