Html Css Color HEX #751343 Pompadour

📋 copy color: '#751343'

red 117 ◦ green 19 ◦ blue 67

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

Shades of Pompadour #751343

Tints of Pompadour #751343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

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

R = 57.64%
G = 9.36%
B = 33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#751343 (or 0x751343) is known color: Pompadour. HEX triplet: 75, 13 and 43. RGB value is (117,19,67). Sum of RGB (Red+Green+Blue) = 117+19+67=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #751343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751343 is #8AECBC. Grayscale: #353535. Windows color (decimal): -9104573 or 4395893. OLE color: 4395893.

HSL color Cylindrical-coordinate representation of color #751343: hue angle of 330.61º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751343 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 19 67 -
CMYK 0 0.84 0.43 0.54
HSL 330.61º 0.72% 0.27% -
HSV(B) 330.61º 0.84% 0.46% -
XYZ 8.58 4.65 5.76 -
YUV 53.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 117 19 67 0 0.84 0.43 0.54 330.61 0.72 0.27
Hex 75 13 43 0 54 2B 36 14B 48 1B
Octal 165 23 103 0 124 53 66 513 110 33
Binary 1110101 10011 1000011 0 1010100 101011 110110 101001011 1001000 11011

Color Harmonies of #751343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751343

Black with #751343

Text Example


Text Example

White with #751343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751343; }

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

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

background-color css

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

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

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

border-color css

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

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

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