Html Css Color HEX #761032 Claret

📋 copy color: '#761032'

red 118 ◦ green 16 ◦ blue 50

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

Shades of Claret #761032

Tints of Claret #761032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.7%

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

R = 64.13%
G = 8.7%
B = 27.17%

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

#761032 (or 0x761032) is known color: Claret. HEX triplet: 76, 10 and 32. RGB value is (118,16,50). Sum of RGB (Red+Green+Blue) = 118+16+50=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #761032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761032 is #89EFCD. Grayscale: #323232. Windows color (decimal): -9039822 or 3281014. OLE color: 3281014.

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

Color convert

RGB 118 16 50 -
CMYK 0 0.86 0.58 0.54
HSL 340º 0.76% 0.26% -
HSV(B) 340º 0.86% 0.46% -
XYZ 8.23 4.45 3.44 -
YUV 50.37 127.79 176.24 -
System Red Green Blue C M Y K H S L
Decimal 118 16 50 0 0.86 0.58 0.54 340 0.76 0.26
Hex 76 10 32 0 56 3A 36 154 4C 1A
Octal 166 20 62 0 126 72 66 524 114 32
Binary 1110110 10000 110010 0 1010110 111010 110110 101010100 1001100 11010

Color Harmonies of #761032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761032

Black with #761032

Text Example


Text Example

White with #761032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761032; }

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

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

background-color css

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

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

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

border-color css

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

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

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