Html Css Color HEX #751239 Pompadour

📋 copy color: '#751239'

red 117 ◦ green 18 ◦ blue 57

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

Shades of Pompadour #751239

Tints of Pompadour #751239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.38%

 BLUE value IS 57 (22.66% from 255) = 29.69%

R = 60.94%
G = 9.38%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#751239 (or 0x751239) is known color: Pompadour. HEX triplet: 75, 12 and 39. RGB value is (117,18,57). Sum of RGB (Red+Green+Blue) = 117+18+57=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 57 (22.66% from 255 or 29.69% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #751239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751239 is #8AEDC6. Grayscale: #333333. Windows color (decimal): -9104839 or 3740277. OLE color: 3740277.

HSL color Cylindrical-coordinate representation of color #751239: hue angle of 336.36º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751239 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 18 57 -
CMYK 0 0.85 0.51 0.54
HSL 336.36º 0.73% 0.26% -
HSV(B) 336.36º 0.85% 0.46% -
XYZ 8.29 4.51 4.3 -
YUV 52.05 130.8 174.33 -
System Red Green Blue C M Y K H S L
Decimal 117 18 57 0 0.85 0.51 0.54 336.36 0.73 0.26
Hex 75 12 39 0 55 33 36 150 49 1A
Octal 165 22 71 0 125 63 66 520 111 32
Binary 1110101 10010 111001 0 1010101 110011 110110 101010000 1001001 11010

Color Harmonies of #751239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751239

Black with #751239

Text Example


Text Example

White with #751239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751239; }

 p { color: rgb(117,18,57); }

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

background-color css

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

 a { background-color: rgb(117,18,57); }

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

border-color css

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

 span { border-color: rgb(117,18,57); }

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