Html Css Color HEX #75183C Pompadour

📋 copy color: '#75183C'

red 117 ◦ green 24 ◦ blue 60

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

Shades of Pompadour #75183C

Tints of Pompadour #75183C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.94%

 BLUE value IS 60 (23.83% from 255) = 29.85%

R = 58.21%
G = 11.94%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75183C (or 0x75183C) is known color: Pompadour. HEX triplet: 75, 18 and 3C. RGB value is (117,24,60). Sum of RGB (Red+Green+Blue) = 117+24+60=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #75183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75183C is #8AE7C3. Grayscale: #373737. Windows color (decimal): -9103300 or 3938421. OLE color: 3938421.

HSL color Cylindrical-coordinate representation of color #75183C: hue angle of 336.77º degrees, saturation: 0.66, 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 #75183C is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 24 60 -
CMYK 0 0.79 0.49 0.54
HSL 336.77º 0.66% 0.28% -
HSV(B) 336.77º 0.79% 0.46% -
XYZ 8.48 4.76 4.75 -
YUV 55.91 130.31 171.57 -
System Red Green Blue C M Y K H S L
Decimal 117 24 60 0 0.79 0.49 0.54 336.77 0.66 0.28
Hex 75 18 3C 0 4F 31 36 151 42 1C
Octal 165 30 74 0 117 61 66 521 102 34
Binary 1110101 11000 111100 0 1001111 110001 110110 101010001 1000010 11100

Color Harmonies of #75183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75183C

Black with #75183C

Text Example


Text Example

White with #75183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75183C; }

 p { color: rgb(117,24,60); }

 H1.HeaderClassName
 {
   color: #75183C;
 }
 .AnyTagClassName
 {
   color: #75183C;
 }
</style>

background-color css

<style>
 a { background-color: #75183C; }

 a { background-color: rgb(117,24,60); }

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

border-color css

<style>
 span { border-color: #75183C; }

 span { border-color: rgb(117,24,60); }

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