Html Css Color HEX #74153F Pompadour

📋 copy color: '#74153F'

red 116 ◦ green 21 ◦ blue 63

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

Shades of Pompadour #74153F

Tints of Pompadour #74153F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.5%

R = 58%
G = 10.5%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#74153F (or 0x74153F) is known color: Pompadour. HEX triplet: 74, 15 and 3F. RGB value is (116,21,63). Sum of RGB (Red+Green+Blue) = 116+21+63=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #74153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74153F is #8BEAC0. Grayscale: #363636. Windows color (decimal): -9169601 or 4134260. OLE color: 4134260.

HSL color Cylindrical-coordinate representation of color #74153F: hue angle of 333.47º 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 #74153F is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 21 63 -
CMYK 0 0.82 0.46 0.55
HSL 333.47º 0.69% 0.27% -
HSV(B) 333.47º 0.82% 0.45% -
XYZ 8.37 4.61 5.15 -
YUV 54.19 132.97 172.08 -
System Red Green Blue C M Y K H S L
Decimal 116 21 63 0 0.82 0.46 0.55 333.47 0.69 0.27
Hex 74 15 3F 0 52 2E 37 14D 45 1B
Octal 164 25 77 0 122 56 67 515 105 33
Binary 1110100 10101 111111 0 1010010 101110 110111 101001101 1000101 11011

Color Harmonies of #74153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74153F

Black with #74153F

Text Example


Text Example

White with #74153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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