Html Css Color HEX #751133 Claret

📋 copy color: '#751133'

red 117 ◦ green 17 ◦ blue 51

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

Shades of Claret #751133

Tints of Claret #751133

RGB

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

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

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

R = 63.24%
G = 9.19%
B = 27.57%

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

#751133 (or 0x751133) is known color: Claret. HEX triplet: 75, 11 and 33. RGB value is (117,17,51). Sum of RGB (Red+Green+Blue) = 117+17+51=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #751133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751133 is #8AEECC. Grayscale: #323232. Windows color (decimal): -9105101 or 3346805. OLE color: 3346805.

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

Color convert

RGB 117 17 51 -
CMYK 0 0.85 0.56 0.54
HSL 339.6º 0.75% 0.26% -
HSV(B) 339.6º 0.85% 0.46% -
XYZ 8.13 4.42 3.56 -
YUV 50.78 128.13 175.24 -
System Red Green Blue C M Y K H S L
Decimal 117 17 51 0 0.85 0.56 0.54 339.6 0.75 0.26
Hex 75 11 33 0 55 38 36 154 4B 1A
Octal 165 21 63 0 125 70 66 524 113 32
Binary 1110101 10001 110011 0 1010101 111000 110110 101010100 1001011 11010

Color Harmonies of #751133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751133

Black with #751133

Text Example


Text Example

White with #751133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751133; }

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

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

background-color css

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

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

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

border-color css

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

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

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