Html Css Color HEX #75103B Pompadour

📋 copy color: '#75103B'

red 117 ◦ green 16 ◦ blue 59

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

Shades of Pompadour #75103B

Tints of Pompadour #75103B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.33%

 BLUE value IS 59 (23.44% from 255) = 30.73%

R = 60.94%
G = 8.33%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75103B (or 0x75103B) is known color: Pompadour. HEX triplet: 75, 10 and 3B. RGB value is (117,16,59). Sum of RGB (Red+Green+Blue) = 117+16+59=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #75103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75103B is #8AEFC4. Grayscale: #333333. Windows color (decimal): -9105349 or 3870837. OLE color: 3870837.

HSL color Cylindrical-coordinate representation of color #75103B: hue angle of 334.46º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #75103B is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 16 59 -
CMYK 0 0.86 0.50 0.54
HSL 334.46º 0.76% 0.26% -
HSV(B) 334.46º 0.86% 0.46% -
XYZ 8.31 4.47 4.56 -
YUV 51.1 132.46 175 -
System Red Green Blue C M Y K H S L
Decimal 117 16 59 0 0.86 0.50 0.54 334.46 0.76 0.26
Hex 75 10 3B 0 56 32 36 14E 4C 1A
Octal 165 20 73 0 126 62 66 516 114 32
Binary 1110101 10000 111011 0 1010110 110010 110110 101001110 1001100 11010

Color Harmonies of #75103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75103B

Black with #75103B

Text Example


Text Example

White with #75103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75103B; }

 p { color: rgb(117,16,59); }

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

background-color css

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

 a { background-color: rgb(117,16,59); }

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

border-color css

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

 span { border-color: rgb(117,16,59); }

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