Html Css Color HEX #75133F Pompadour

📋 copy color: '#75133F'

red 117 ◦ green 19 ◦ blue 63

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

Shades of Pompadour #75133F

Tints of Pompadour #75133F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.66%

R = 58.79%
G = 9.55%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#75133F (or 0x75133F) is known color: Pompadour. HEX triplet: 75, 13 and 3F. RGB value is (117,19,63). Sum of RGB (Red+Green+Blue) = 117+19+63=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #75133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75133F is #8AECC0. Grayscale: #353535. Windows color (decimal): -9104577 or 4133749. OLE color: 4133749.

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

Color convert

RGB 117 19 63 -
CMYK 0 0.84 0.46 0.54
HSL 333.06º 0.72% 0.27% -
HSV(B) 333.06º 0.84% 0.46% -
XYZ 8.47 4.61 5.15 -
YUV 53.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 117 19 63 0 0.84 0.46 0.54 333.06 0.72 0.27
Hex 75 13 3F 0 54 2E 36 14D 48 1B
Octal 165 23 77 0 124 56 66 515 110 33
Binary 1110101 10011 111111 0 1010100 101110 110110 101001101 1001000 11011

Color Harmonies of #75133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75133F

Black with #75133F

Text Example


Text Example

White with #75133F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75133F; }

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

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

background-color css

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

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

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

border-color css

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

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

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