Html Css Color HEX #761841 Pompadour

📋 copy color: '#761841'

red 118 ◦ green 24 ◦ blue 65

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

Shades of Pompadour #761841

Tints of Pompadour #761841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.59%

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

R = 57%
G = 11.59%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#761841 (or 0x761841) is known color: Pompadour. HEX triplet: 76, 18 and 41. RGB value is (118,24,65). Sum of RGB (Red+Green+Blue) = 118+24+65=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #761841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761841 is #89E7BE. Grayscale: #383838. Windows color (decimal): -9037759 or 4266102. OLE color: 4266102.

HSL color Cylindrical-coordinate representation of color #761841: hue angle of 333.83º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761841 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 65 -
CMYK 0 0.80 0.45 0.54
HSL 333.83º 0.66% 0.28% -
HSV(B) 333.83º 0.8% 0.46% -
XYZ 8.75 4.89 5.48 -
YUV 56.78 132.64 171.67 -
System Red Green Blue C M Y K H S L
Decimal 118 24 65 0 0.80 0.45 0.54 333.83 0.66 0.28
Hex 76 18 41 0 50 2D 36 14E 42 1C
Octal 166 30 101 0 120 55 66 516 102 34
Binary 1110110 11000 1000001 0 1010000 101101 110110 101001110 1000010 11100

Color Harmonies of #761841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761841

Black with #761841

Text Example


Text Example

White with #761841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761841; }

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

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

background-color css

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

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

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

border-color css

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

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

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