Html Css Color HEX #751341 Pompadour

📋 copy color: '#751341'

red 117 ◦ green 19 ◦ blue 65

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

Shades of Pompadour #751341

Tints of Pompadour #751341

RGB

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

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

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

R = 58.21%
G = 9.45%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#751341 (or 0x751341) is known color: Pompadour. HEX triplet: 75, 13 and 41. RGB value is (117,19,65). Sum of RGB (Red+Green+Blue) = 117+19+65=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #751341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751341 is #8AECBE. Grayscale: #353535. Windows color (decimal): -9104575 or 4264821. OLE color: 4264821.

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

Color convert

RGB 117 19 65 -
CMYK 0 0.84 0.44 0.54
HSL 331.84º 0.72% 0.27% -
HSV(B) 331.84º 0.84% 0.46% -
XYZ 8.52 4.63 5.45 -
YUV 53.55 134.47 173.26 -
System Red Green Blue C M Y K H S L
Decimal 117 19 65 0 0.84 0.44 0.54 331.84 0.72 0.27
Hex 75 13 41 0 54 2C 36 14C 48 1B
Octal 165 23 101 0 124 54 66 514 110 33
Binary 1110101 10011 1000001 0 1010100 101100 110110 101001100 1001000 11011

Color Harmonies of #751341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751341

Black with #751341

Text Example


Text Example

White with #751341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751341; }

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

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

background-color css

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

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

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

border-color css

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

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

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