Html Css Color HEX #751233 Claret

📋 copy color: '#751233'

red 117 ◦ green 18 ◦ blue 51

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

Shades of Claret #751233

Tints of Claret #751233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.42%

R = 62.9%
G = 9.68%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#751233 (or 0x751233) is known color: Claret. HEX triplet: 75, 12 and 33. RGB value is (117,18,51). Sum of RGB (Red+Green+Blue) = 117+18+51=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #751233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751233 is #8AEDCC. Grayscale: #333333. Windows color (decimal): -9104845 or 3347061. OLE color: 3347061.

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

Color convert

RGB 117 18 51 -
CMYK 0 0.85 0.56 0.54
HSL 340º 0.73% 0.26% -
HSV(B) 340º 0.85% 0.46% -
XYZ 8.15 4.45 3.56 -
YUV 51.36 127.8 174.82 -
System Red Green Blue C M Y K H S L
Decimal 117 18 51 0 0.85 0.56 0.54 340 0.73 0.26
Hex 75 12 33 0 55 38 36 154 49 1A
Octal 165 22 63 0 125 70 66 524 111 32
Binary 1110101 10010 110011 0 1010101 111000 110110 101010100 1001001 11010

Color Harmonies of #751233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751233

Black with #751233

Text Example


Text Example

White with #751233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751233; }

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

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

background-color css

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

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

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

border-color css

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

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

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