Html Css Color HEX #751842 Pompadour

📋 copy color: '#751842'

red 117 ◦ green 24 ◦ blue 66

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

Shades of Pompadour #751842

Tints of Pompadour #751842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.88%

R = 56.52%
G = 11.59%
B = 31.88%

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

#751842 (or 0x751842) is known color: Pompadour. HEX triplet: 75, 18 and 42. RGB value is (117,24,66). Sum of RGB (Red+Green+Blue) = 117+24+66=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #751842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751842 is #8AE7BD. Grayscale: #383838. Windows color (decimal): -9103294 or 4331637. OLE color: 4331637.

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

Color convert

RGB 117 24 66 -
CMYK 0 0.79 0.44 0.54
HSL 332.9º 0.66% 0.28% -
HSV(B) 332.9º 0.79% 0.46% -
XYZ 8.65 4.83 5.63 -
YUV 56.6 133.31 171.08 -
System Red Green Blue C M Y K H S L
Decimal 117 24 66 0 0.79 0.44 0.54 332.9 0.66 0.28
Hex 75 18 42 0 4F 2C 36 14D 42 1C
Octal 165 30 102 0 117 54 66 515 102 34
Binary 1110101 11000 1000010 0 1001111 101100 110110 101001101 1000010 11100

Color Harmonies of #751842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751842

Black with #751842

Text Example


Text Example

White with #751842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751842; }

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

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

background-color css

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

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

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

border-color css

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

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

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