Html Css Color HEX #74153C Pompadour

📋 copy color: '#74153C'

red 116 ◦ green 21 ◦ blue 60

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

Shades of Pompadour #74153C

Tints of Pompadour #74153C

RGB

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

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

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

R = 58.88%
G = 10.66%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#74153C (or 0x74153C) is known color: Pompadour. HEX triplet: 74, 15 and 3C. RGB value is (116,21,60). Sum of RGB (Red+Green+Blue) = 116+21+60=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #74153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74153C is #8BEAC3. Grayscale: #353535. Windows color (decimal): -9169604 or 3937652. OLE color: 3937652.

HSL color Cylindrical-coordinate representation of color #74153C: hue angle of 335.37º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74153C is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 21 60 -
CMYK 0 0.82 0.48 0.55
HSL 335.37º 0.69% 0.27% -
HSV(B) 335.37º 0.82% 0.45% -
XYZ 8.29 4.58 4.72 -
YUV 53.85 131.47 172.33 -
System Red Green Blue C M Y K H S L
Decimal 116 21 60 0 0.82 0.48 0.55 335.37 0.69 0.27
Hex 74 15 3C 0 52 30 37 14F 45 1B
Octal 164 25 74 0 122 60 67 517 105 33
Binary 1110100 10101 111100 0 1010010 110000 110111 101001111 1000101 11011

Color Harmonies of #74153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74153C

Black with #74153C

Text Example


Text Example

White with #74153C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,21,60); }

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

background-color css

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

 a { background-color: rgb(116,21,60); }

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

border-color css

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

 span { border-color: rgb(116,21,60); }

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