Html Css Color HEX #761133 Claret

📋 copy color: '#761133'

red 118 ◦ green 17 ◦ blue 51

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

Shades of Claret #761133

Tints of Claret #761133

RGB

 RED value IS 118 (46.48% from 255) = 63.44%

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

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

R = 63.44%
G = 9.14%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#761133 (or 0x761133) is known color: Claret. HEX triplet: 76, 11 and 33. RGB value is (118,17,51). Sum of RGB (Red+Green+Blue) = 118+17+51=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #761133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761133 is #89EECC. Grayscale: #333333. Windows color (decimal): -9039565 or 3346806. OLE color: 3346806.

HSL color Cylindrical-coordinate representation of color #761133: hue angle of 339.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761133 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 51 -
CMYK 0 0.86 0.57 0.54
HSL 339.8º 0.75% 0.26% -
HSV(B) 339.8º 0.86% 0.46% -
XYZ 8.27 4.49 3.56 -
YUV 51.08 127.96 175.74 -
System Red Green Blue C M Y K H S L
Decimal 118 17 51 0 0.86 0.57 0.54 339.8 0.75 0.26
Hex 76 11 33 0 56 39 36 154 4B 1A
Octal 166 21 63 0 126 71 66 524 113 32
Binary 1110110 10001 110011 0 1010110 111001 110110 101010100 1001011 11010

Color Harmonies of #761133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761133

Black with #761133

Text Example


Text Example

White with #761133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761133; }

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

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

background-color css

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

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

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

border-color css

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

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

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