Html Css Color HEX #75183D Pompadour

📋 copy color: '#75183D'

red 117 ◦ green 24 ◦ blue 61

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

Shades of Pompadour #75183D

Tints of Pompadour #75183D

RGB

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

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

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

R = 57.92%
G = 11.88%
B = 30.2%

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

#75183D (or 0x75183D) is known color: Pompadour. HEX triplet: 75, 18 and 3D. RGB value is (117,24,61). Sum of RGB (Red+Green+Blue) = 117+24+61=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #75183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75183D is #8AE7C2. Grayscale: #373737. Windows color (decimal): -9103299 or 4003957. OLE color: 4003957.

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

Color convert

RGB 117 24 61 -
CMYK 0 0.79 0.48 0.54
HSL 336.13º 0.66% 0.28% -
HSV(B) 336.13º 0.79% 0.46% -
XYZ 8.51 4.77 4.89 -
YUV 56.03 130.81 171.49 -
System Red Green Blue C M Y K H S L
Decimal 117 24 61 0 0.79 0.48 0.54 336.13 0.66 0.28
Hex 75 18 3D 0 4F 30 36 150 42 1C
Octal 165 30 75 0 117 60 66 520 102 34
Binary 1110101 11000 111101 0 1001111 110000 110110 101010000 1000010 11100

Color Harmonies of #75183D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75183D

Black with #75183D

Text Example


Text Example

White with #75183D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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