Html Css Color HEX #761C31 Claret

📋 copy color: '#761C31'

red 118 ◦ green 28 ◦ blue 49

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

Shades of Claret #761C31

Tints of Claret #761C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.36%

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

R = 60.51%
G = 14.36%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#761C31 (or 0x761C31) is known color: Claret. HEX triplet: 76, 1C and 31. RGB value is (118,28,49). Sum of RGB (Red+Green+Blue) = 118+28+49=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #761C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761C31 is #89E3CE. Grayscale: #393939. Windows color (decimal): -9036751 or 3218550. OLE color: 3218550.

HSL color Cylindrical-coordinate representation of color #761C31: hue angle of 346º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #761C31 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 28 49 -
CMYK 0 0.76 0.58 0.54
HSL 346º 0.62% 0.29% -
HSV(B) 346º 0.76% 0.46% -
XYZ 8.44 4.9 3.41 -
YUV 57.3 123.32 171.29 -
System Red Green Blue C M Y K H S L
Decimal 118 28 49 0 0.76 0.58 0.54 346 0.62 0.29
Hex 76 1C 31 0 4C 3A 36 15A 3E 1D
Octal 166 34 61 0 114 72 66 532 76 35
Binary 1110110 11100 110001 0 1001100 111010 110110 101011010 111110 11101

Color Harmonies of #761C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761C31

Black with #761C31

Text Example


Text Example

White with #761C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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