Html Css Color HEX #74173F Pompadour

📋 copy color: '#74173F'

red 116 ◦ green 23 ◦ blue 63

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

Shades of Pompadour #74173F

Tints of Pompadour #74173F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.39%

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

R = 57.43%
G = 11.39%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#74173F (or 0x74173F) is known color: Pompadour. HEX triplet: 74, 17 and 3F. RGB value is (116,23,63). Sum of RGB (Red+Green+Blue) = 116+23+63=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #74173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74173F is #8BE8C0. Grayscale: #373737. Windows color (decimal): -9169089 or 4134772. OLE color: 4134772.

HSL color Cylindrical-coordinate representation of color #74173F: hue angle of 334.19º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74173F is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 23 63 -
CMYK 0 0.80 0.46 0.55
HSL 334.19º 0.67% 0.27% -
HSV(B) 334.19º 0.8% 0.45% -
XYZ 8.41 4.68 5.16 -
YUV 55.37 132.31 171.25 -
System Red Green Blue C M Y K H S L
Decimal 116 23 63 0 0.80 0.46 0.55 334.19 0.67 0.27
Hex 74 17 3F 0 50 2E 37 14E 43 1B
Octal 164 27 77 0 120 56 67 516 103 33
Binary 1110100 10111 111111 0 1010000 101110 110111 101001110 1000011 11011

Color Harmonies of #74173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74173F

Black with #74173F

Text Example


Text Example

White with #74173F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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