Html Css Color HEX #761532 Claret

📋 copy color: '#761532'

red 118 ◦ green 21 ◦ blue 50

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

Shades of Claret #761532

Tints of Claret #761532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.11%

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

R = 62.43%
G = 11.11%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#761532 (or 0x761532) is known color: Claret. HEX triplet: 76, 15 and 32. RGB value is (118,21,50). Sum of RGB (Red+Green+Blue) = 118+21+50=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #761532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761532 is #89EACD. Grayscale: #353535. Windows color (decimal): -9038542 or 3282294. OLE color: 3282294.

HSL color Cylindrical-coordinate representation of color #761532: hue angle of 342.06º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761532 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 21 50 -
CMYK 0 0.82 0.58 0.54
HSL 342.06º 0.7% 0.27% -
HSV(B) 342.06º 0.82% 0.46% -
XYZ 8.32 4.62 3.47 -
YUV 53.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 118 21 50 0 0.82 0.58 0.54 342.06 0.7 0.27
Hex 76 15 32 0 52 3A 36 156 46 1B
Octal 166 25 62 0 122 72 66 526 106 33
Binary 1110110 10101 110010 0 1010010 111010 110110 101010110 1000110 11011

Color Harmonies of #761532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761532

Black with #761532

Text Example


Text Example

White with #761532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761532; }

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

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

background-color css

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

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

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

border-color css

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

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

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