Html Css Color HEX #74124B Pompadour

📋 copy color: '#74124B'

red 116 ◦ green 18 ◦ blue 75

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

Shades of Pompadour #74124B

Tints of Pompadour #74124B

RGB

 RED value IS 116 (45.7% from 255) = 55.5%

 GREEN value IS 18 (7.42% from 255) = 8.61%

 BLUE value IS 75 (29.69% from 255) = 35.89%

R = 55.5%
G = 8.61%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#74124B (or 0x74124B) is known color: Pompadour. HEX triplet: 74, 12 and 4B. RGB value is (116,18,75). Sum of RGB (Red+Green+Blue) = 116+18+75=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #74124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74124B is #8BEDB4. Grayscale: #353535. Windows color (decimal): -9170357 or 4919924. OLE color: 4919924.

HSL color Cylindrical-coordinate representation of color #74124B: hue angle of 325.1º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74124B is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 18 75 -
CMYK 0 0.84 0.35 0.55
HSL 325.1º 0.73% 0.26% -
HSV(B) 325.1º 0.84% 0.45% -
XYZ 8.69 4.65 7.1 -
YUV 53.8 139.97 172.37 -
System Red Green Blue C M Y K H S L
Decimal 116 18 75 0 0.84 0.35 0.55 325.1 0.73 0.26
Hex 74 12 4B 0 54 23 37 145 49 1A
Octal 164 22 113 0 124 43 67 505 111 32
Binary 1110100 10010 1001011 0 1010100 100011 110111 101000101 1001001 11010

Color Harmonies of #74124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74124B

Black with #74124B

Text Example


Text Example

White with #74124B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,18,75); }

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

background-color css

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

 a { background-color: rgb(116,18,75); }

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

border-color css

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

 span { border-color: rgb(116,18,75); }

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