Html Css Color HEX #751131 Claret

📋 copy color: '#751131'

red 117 ◦ green 17 ◦ blue 49

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

Shades of Claret #751131

Tints of Claret #751131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.29%

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

R = 63.93%
G = 9.29%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#751131 (or 0x751131) is known color: Claret. HEX triplet: 75, 11 and 31. RGB value is (117,17,49). Sum of RGB (Red+Green+Blue) = 117+17+49=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #751131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751131 is #8AEECE. Grayscale: #323232. Windows color (decimal): -9105103 or 3215733. OLE color: 3215733.

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

Color convert

RGB 117 17 49 -
CMYK 0 0.85 0.58 0.54
HSL 340.8º 0.75% 0.26% -
HSV(B) 340.8º 0.85% 0.46% -
XYZ 8.09 4.4 3.33 -
YUV 50.55 127.13 175.4 -
System Red Green Blue C M Y K H S L
Decimal 117 17 49 0 0.85 0.58 0.54 340.8 0.75 0.26
Hex 75 11 31 0 55 3A 36 155 4B 1A
Octal 165 21 61 0 125 72 66 525 113 32
Binary 1110101 10001 110001 0 1010101 111010 110110 101010101 1001011 11010

Color Harmonies of #751131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751131

Black with #751131

Text Example


Text Example

White with #751131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751131; }

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

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

background-color css

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

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

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

border-color css

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

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

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