Html Css Color HEX #75153D Pompadour

📋 copy color: '#75153D'

red 117 ◦ green 21 ◦ blue 61

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

Shades of Pompadour #75153D

Tints of Pompadour #75153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.55%

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

R = 58.79%
G = 10.55%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#75153D (or 0x75153D) is known color: Pompadour. HEX triplet: 75, 15 and 3D. RGB value is (117,21,61). Sum of RGB (Red+Green+Blue) = 117+21+61=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #75153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75153D is #8AEAC2. Grayscale: #363636. Windows color (decimal): -9104067 or 4003189. OLE color: 4003189.

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

Color convert

RGB 117 21 61 -
CMYK 0 0.82 0.48 0.54
HSL 335º 0.7% 0.27% -
HSV(B) 335º 0.82% 0.46% -
XYZ 8.45 4.66 4.87 -
YUV 54.26 131.8 172.75 -
System Red Green Blue C M Y K H S L
Decimal 117 21 61 0 0.82 0.48 0.54 335 0.7 0.27
Hex 75 15 3D 0 52 30 36 14F 46 1B
Octal 165 25 75 0 122 60 66 517 106 33
Binary 1110101 10101 111101 0 1010010 110000 110110 101001111 1000110 11011

Color Harmonies of #75153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75153D

Black with #75153D

Text Example


Text Example

White with #75153D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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