Html Css Color HEX #751331 Claret

📋 copy color: '#751331'

red 117 ◦ green 19 ◦ blue 49

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

Shades of Claret #751331

Tints of Claret #751331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.27%

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

R = 63.24%
G = 10.27%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#751331 (or 0x751331) is known color: Claret. HEX triplet: 75, 13 and 31. RGB value is (117,19,49). Sum of RGB (Red+Green+Blue) = 117+19+49=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #751331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751331 is #8AECCE. Grayscale: #333333. Windows color (decimal): -9104591 or 3216245. OLE color: 3216245.

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

Color convert

RGB 117 19 49 -
CMYK 0 0.84 0.58 0.54
HSL 341.63º 0.72% 0.27% -
HSV(B) 341.63º 0.84% 0.46% -
XYZ 8.12 4.47 3.34 -
YUV 51.72 126.47 174.56 -
System Red Green Blue C M Y K H S L
Decimal 117 19 49 0 0.84 0.58 0.54 341.63 0.72 0.27
Hex 75 13 31 0 54 3A 36 156 48 1B
Octal 165 23 61 0 124 72 66 526 110 33
Binary 1110101 10011 110001 0 1010100 111010 110110 101010110 1001000 11011

Color Harmonies of #751331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751331

Black with #751331

Text Example


Text Example

White with #751331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751331; }

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

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

background-color css

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

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

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

border-color css

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

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

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