Html Css Color HEX #751943 Pompadour

📋 copy color: '#751943'

red 117 ◦ green 25 ◦ blue 67

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

Shades of Pompadour #751943

Tints of Pompadour #751943

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.96%

 BLUE value IS 67 (26.56% from 255) = 32.06%

R = 55.98%
G = 11.96%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#751943 (or 0x751943) is known color: Pompadour. HEX triplet: 75, 19 and 43. RGB value is (117,25,67). Sum of RGB (Red+Green+Blue) = 117+25+67=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #751943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751943 is #8AE6BC. Grayscale: #393939. Windows color (decimal): -9103037 or 4397429. OLE color: 4397429.

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

Color convert

RGB 117 25 67 -
CMYK 0 0.79 0.43 0.54
HSL 332.61º 0.65% 0.28% -
HSV(B) 332.61º 0.79% 0.46% -
XYZ 8.7 4.88 5.79 -
YUV 57.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 117 25 67 0 0.79 0.43 0.54 332.61 0.65 0.28
Hex 75 19 43 0 4F 2B 36 14D 41 1C
Octal 165 31 103 0 117 53 66 515 101 34
Binary 1110101 11001 1000011 0 1001111 101011 110110 101001101 1000001 11100

Color Harmonies of #751943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751943

Black with #751943

Text Example


Text Example

White with #751943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751943; }

 p { color: rgb(117,25,67); }

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

background-color css

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

 a { background-color: rgb(117,25,67); }

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

border-color css

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

 span { border-color: rgb(117,25,67); }

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