Html Css Color HEX #75163D Pompadour

📋 copy color: '#75163D'

red 117 ◦ green 22 ◦ blue 61

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

Shades of Pompadour #75163D

Tints of Pompadour #75163D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11%

 BLUE value IS 61 (24.22% from 255) = 30.5%

R = 58.5%
G = 11%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#75163D (or 0x75163D) is known color: Pompadour. HEX triplet: 75, 16 and 3D. RGB value is (117,22,61). Sum of RGB (Red+Green+Blue) = 117+22+61=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #75163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75163D is #8AE9C2. Grayscale: #363636. Windows color (decimal): -9103811 or 4003445. OLE color: 4003445.

HSL color Cylindrical-coordinate representation of color #75163D: hue angle of 335.37º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75163D is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 22 61 -
CMYK 0 0.81 0.48 0.54
HSL 335.37º 0.68% 0.27% -
HSV(B) 335.37º 0.81% 0.46% -
XYZ 8.47 4.69 4.87 -
YUV 54.85 131.47 172.33 -
System Red Green Blue C M Y K H S L
Decimal 117 22 61 0 0.81 0.48 0.54 335.37 0.68 0.27
Hex 75 16 3D 0 51 30 36 14F 44 1B
Octal 165 26 75 0 121 60 66 517 104 33
Binary 1110101 10110 111101 0 1010001 110000 110110 101001111 1000100 11011

Color Harmonies of #75163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75163D

Black with #75163D

Text Example


Text Example

White with #75163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75163D; }

 p { color: rgb(117,22,61); }

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

background-color css

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

 a { background-color: rgb(117,22,61); }

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

border-color css

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

 span { border-color: rgb(117,22,61); }

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