Html Css Color HEX #761632 Claret

📋 copy color: '#761632'

red 118 ◦ green 22 ◦ blue 50

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

Shades of Claret #761632

Tints of Claret #761632

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.58%

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

R = 62.11%
G = 11.58%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#761632 (or 0x761632) is known color: Claret. HEX triplet: 76, 16 and 32. RGB value is (118,22,50). Sum of RGB (Red+Green+Blue) = 118+22+50=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #761632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761632 is #89E9CD. Grayscale: #353535. Windows color (decimal): -9038286 or 3282550. OLE color: 3282550.

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

Color convert

RGB 118 22 50 -
CMYK 0 0.81 0.58 0.54
HSL 342.5º 0.69% 0.27% -
HSV(B) 342.5º 0.81% 0.46% -
XYZ 8.33 4.66 3.48 -
YUV 53.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 118 22 50 0 0.81 0.58 0.54 342.5 0.69 0.27
Hex 76 16 32 0 51 3A 36 156 45 1B
Octal 166 26 62 0 121 72 66 526 105 33
Binary 1110110 10110 110010 0 1010001 111010 110110 101010110 1000101 11011

Color Harmonies of #761632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761632

Black with #761632

Text Example


Text Example

White with #761632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761632; }

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

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

background-color css

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

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

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

border-color css

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

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

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