Html Css Color HEX #751531 Claret

📋 copy color: '#751531'

red 117 ◦ green 21 ◦ blue 49

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

Shades of Claret #751531

Tints of Claret #751531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

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

R = 62.57%
G = 11.23%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#751531 (or 0x751531) is known color: Claret. HEX triplet: 75, 15 and 31. RGB value is (117,21,49). Sum of RGB (Red+Green+Blue) = 117+21+49=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #751531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751531 is #8AEACE. Grayscale: #343434. Windows color (decimal): -9104079 or 3216757. OLE color: 3216757.

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

Color convert

RGB 117 21 49 -
CMYK 0 0.82 0.58 0.54
HSL 342.5º 0.7% 0.27% -
HSV(B) 342.5º 0.82% 0.46% -
XYZ 8.16 4.54 3.35 -
YUV 52.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 117 21 49 0 0.82 0.58 0.54 342.5 0.7 0.27
Hex 75 15 31 0 52 3A 36 156 46 1B
Octal 165 25 61 0 122 72 66 526 106 33
Binary 1110101 10101 110001 0 1010010 111010 110110 101010110 1000110 11011

Color Harmonies of #751531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751531

Black with #751531

Text Example


Text Example

White with #751531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751531; }

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

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

background-color css

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

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

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

border-color css

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

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

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