Html Css Color HEX #761D31 Claret

📋 copy color: '#761D31'

red 118 ◦ green 29 ◦ blue 49

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

Shades of Claret #761D31

Tints of Claret #761D31

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.8%

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

R = 60.2%
G = 14.8%
B = 25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#761D31 (or 0x761D31) is known color: Claret. HEX triplet: 76, 1D and 31. RGB value is (118,29,49). Sum of RGB (Red+Green+Blue) = 118+29+49=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #761D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761D31 is #89E2CE. Grayscale: #393939. Windows color (decimal): -9036495 or 3218806. OLE color: 3218806.

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

Color convert

RGB 118 29 49 -
CMYK 0 0.75 0.58 0.54
HSL 346.52º 0.61% 0.29% -
HSV(B) 346.52º 0.75% 0.46% -
XYZ 8.46 4.95 3.42 -
YUV 57.89 122.99 170.87 -
System Red Green Blue C M Y K H S L
Decimal 118 29 49 0 0.75 0.58 0.54 346.52 0.61 0.29
Hex 76 1D 31 0 4B 3A 36 15B 3D 1D
Octal 166 35 61 0 113 72 66 533 75 35
Binary 1110110 11101 110001 0 1001011 111010 110110 101011011 111101 11101

Color Harmonies of #761D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761D31

Black with #761D31

Text Example


Text Example

White with #761D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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