Html Css Color HEX #761132 Claret

📋 copy color: '#761132'

red 118 ◦ green 17 ◦ blue 50

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

Shades of Claret #761132

Tints of Claret #761132

RGB

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

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

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

R = 63.78%
G = 9.19%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#761132 (or 0x761132) is known color: Claret. HEX triplet: 76, 11 and 32. RGB value is (118,17,50). Sum of RGB (Red+Green+Blue) = 118+17+50=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #761132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761132 is #89EECD. Grayscale: #323232. Windows color (decimal): -9039566 or 3281270. OLE color: 3281270.

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

Color convert

RGB 118 17 50 -
CMYK 0 0.86 0.58 0.54
HSL 340.4º 0.75% 0.26% -
HSV(B) 340.4º 0.86% 0.46% -
XYZ 8.25 4.48 3.45 -
YUV 50.96 127.46 175.82 -
System Red Green Blue C M Y K H S L
Decimal 118 17 50 0 0.86 0.58 0.54 340.4 0.75 0.26
Hex 76 11 32 0 56 3A 36 154 4B 1A
Octal 166 21 62 0 126 72 66 524 113 32
Binary 1110110 10001 110010 0 1010110 111010 110110 101010100 1001011 11010

Color Harmonies of #761132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761132

Black with #761132

Text Example


Text Example

White with #761132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761132; }

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

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

background-color css

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

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

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

border-color css

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

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

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