Html Css Color HEX #751F42 Pompadour

📋 copy color: '#751F42'

red 117 ◦ green 31 ◦ blue 66

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

Shades of Pompadour #751F42

Tints of Pompadour #751F42

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.49%

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

R = 54.67%
G = 14.49%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#751F42 (or 0x751F42) is known color: Pompadour. HEX triplet: 75, 1F and 42. RGB value is (117,31,66). Sum of RGB (Red+Green+Blue) = 117+31+66=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #751F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751F42 is #8AE0BD. Grayscale: #3C3C3C. Windows color (decimal): -9101502 or 4333429. OLE color: 4333429.

HSL color Cylindrical-coordinate representation of color #751F42: hue angle of 335.58º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #751F42 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 31 66 -
CMYK 0 0.74 0.44 0.54
HSL 335.58º 0.58% 0.29% -
HSV(B) 335.58º 0.74% 0.46% -
XYZ 8.81 5.16 5.69 -
YUV 60.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 117 31 66 0 0.74 0.44 0.54 335.58 0.58 0.29
Hex 75 1F 42 0 4A 2C 36 150 3A 1D
Octal 165 37 102 0 112 54 66 520 72 35
Binary 1110101 11111 1000010 0 1001010 101100 110110 101010000 111010 11101

Color Harmonies of #751F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F42

Black with #751F42

Text Example


Text Example

White with #751F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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