Html Css Color HEX #751232 Claret

📋 copy color: '#751232'

red 117 ◦ green 18 ◦ blue 50

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

Shades of Claret #751232

Tints of Claret #751232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.73%

 BLUE value IS 50 (19.92% from 255) = 27.03%

R = 63.24%
G = 9.73%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#751232 (or 0x751232) is known color: Claret. HEX triplet: 75, 12 and 32. RGB value is (117,18,50). Sum of RGB (Red+Green+Blue) = 117+18+50=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #751232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751232 is #8AEDCD. Grayscale: #333333. Windows color (decimal): -9104846 or 3281525. OLE color: 3281525.

HSL color Cylindrical-coordinate representation of color #751232: hue angle of 340.61º degrees, saturation: 0.73, 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 #751232 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 18 50 -
CMYK 0 0.85 0.57 0.54
HSL 340.61º 0.73% 0.26% -
HSV(B) 340.61º 0.85% 0.46% -
XYZ 8.13 4.44 3.45 -
YUV 51.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 117 18 50 0 0.85 0.57 0.54 340.61 0.73 0.26
Hex 75 12 32 0 55 39 36 155 49 1A
Octal 165 22 62 0 125 71 66 525 111 32
Binary 1110101 10010 110010 0 1010101 111001 110110 101010101 1001001 11010

Color Harmonies of #751232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751232

Black with #751232

Text Example


Text Example

White with #751232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751232; }

 p { color: rgb(117,18,50); }

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

background-color css

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

 a { background-color: rgb(117,18,50); }

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

border-color css

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

 span { border-color: rgb(117,18,50); }

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