Html Css Color HEX #761641 Pompadour

📋 copy color: '#761641'

red 118 ◦ green 22 ◦ blue 65

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

Shades of Pompadour #761641

Tints of Pompadour #761641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.71%

R = 57.56%
G = 10.73%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#761641 (or 0x761641) is known color: Pompadour. HEX triplet: 76, 16 and 41. RGB value is (118,22,65). Sum of RGB (Red+Green+Blue) = 118+22+65=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #761641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761641 is #89E9BE. Grayscale: #373737. Windows color (decimal): -9038271 or 4265590. OLE color: 4265590.

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

Color convert

RGB 118 22 65 -
CMYK 0 0.81 0.45 0.54
HSL 333.13º 0.69% 0.27% -
HSV(B) 333.13º 0.81% 0.46% -
XYZ 8.71 4.81 5.47 -
YUV 55.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 118 22 65 0 0.81 0.45 0.54 333.13 0.69 0.27
Hex 76 16 41 0 51 2D 36 14D 45 1B
Octal 166 26 101 0 121 55 66 515 105 33
Binary 1110110 10110 1000001 0 1010001 101101 110110 101001101 1000101 11011

Color Harmonies of #761641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761641

Black with #761641

Text Example


Text Example

White with #761641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761641; }

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

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

background-color css

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

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

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

border-color css

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

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

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