Html Css Color HEX #75193D Pompadour

📋 copy color: '#75193D'

red 117 ◦ green 25 ◦ blue 61

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

Shades of Pompadour #75193D

Tints of Pompadour #75193D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.32%

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

R = 57.64%
G = 12.32%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#75193D (or 0x75193D) is known color: Pompadour. HEX triplet: 75, 19 and 3D. RGB value is (117,25,61). Sum of RGB (Red+Green+Blue) = 117+25+61=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #75193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75193D is #8AE6C2. Grayscale: #383838. Windows color (decimal): -9103043 or 4004213. OLE color: 4004213.

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

Color convert

RGB 117 25 61 -
CMYK 0 0.79 0.48 0.54
HSL 336.52º 0.65% 0.28% -
HSV(B) 336.52º 0.79% 0.46% -
XYZ 8.53 4.81 4.89 -
YUV 56.61 130.48 171.07 -
System Red Green Blue C M Y K H S L
Decimal 117 25 61 0 0.79 0.48 0.54 336.52 0.65 0.28
Hex 75 19 3D 0 4F 30 36 151 41 1C
Octal 165 31 75 0 117 60 66 521 101 34
Binary 1110101 11001 111101 0 1001111 110000 110110 101010001 1000001 11100

Color Harmonies of #75193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75193D

Black with #75193D

Text Example


Text Example

White with #75193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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