Html Css Color HEX #751731 Claret

📋 copy color: '#751731'

red 117 ◦ green 23 ◦ blue 49

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

Shades of Claret #751731

Tints of Claret #751731

RGB

 RED value IS 117 (46.09% from 255) = 61.9%

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

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

R = 61.9%
G = 12.17%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#751731 (or 0x751731) is known color: Claret. HEX triplet: 75, 17 and 31. RGB value is (117,23,49). Sum of RGB (Red+Green+Blue) = 117+23+49=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #751731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751731 is #8AE8CE. Grayscale: #363636. Windows color (decimal): -9103567 or 3217269. OLE color: 3217269.

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

Color convert

RGB 117 23 49 -
CMYK 0 0.80 0.58 0.54
HSL 343.4º 0.67% 0.27% -
HSV(B) 343.4º 0.8% 0.46% -
XYZ 8.2 4.62 3.36 -
YUV 54.07 125.14 172.89 -
System Red Green Blue C M Y K H S L
Decimal 117 23 49 0 0.80 0.58 0.54 343.4 0.67 0.27
Hex 75 17 31 0 50 3A 36 157 43 1B
Octal 165 27 61 0 120 72 66 527 103 33
Binary 1110101 10111 110001 0 1010000 111010 110110 101010111 1000011 11011

Color Harmonies of #751731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751731

Black with #751731

Text Example


Text Example

White with #751731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751731; }

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

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

background-color css

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

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

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

border-color css

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

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

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