Html Css Color HEX #751841 Pompadour

📋 copy color: '#751841'

red 117 ◦ green 24 ◦ blue 65

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

Shades of Pompadour #751841

Tints of Pompadour #751841

RGB

 RED value IS 117 (46.09% from 255) = 56.8%

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

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

R = 56.8%
G = 11.65%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#751841 (or 0x751841) is known color: Pompadour. HEX triplet: 75, 18 and 41. RGB value is (117,24,65). Sum of RGB (Red+Green+Blue) = 117+24+65=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #751841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751841 is #8AE7BE. Grayscale: #383838. Windows color (decimal): -9103295 or 4266101. OLE color: 4266101.

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

Color convert

RGB 117 24 65 -
CMYK 0 0.79 0.44 0.54
HSL 333.55º 0.66% 0.28% -
HSV(B) 333.55º 0.79% 0.46% -
XYZ 8.62 4.82 5.48 -
YUV 56.48 132.81 171.17 -
System Red Green Blue C M Y K H S L
Decimal 117 24 65 0 0.79 0.44 0.54 333.55 0.66 0.28
Hex 75 18 41 0 4F 2C 36 14E 42 1C
Octal 165 30 101 0 117 54 66 516 102 34
Binary 1110101 11000 1000001 0 1001111 101100 110110 101001110 1000010 11100

Color Harmonies of #751841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751841

Black with #751841

Text Example


Text Example

White with #751841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751841; }

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

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

background-color css

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

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

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

border-color css

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

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

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