Html Css Color HEX #74143F Pompadour

📋 copy color: '#74143F'

red 116 ◦ green 20 ◦ blue 63

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

Shades of Pompadour #74143F

Tints of Pompadour #74143F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.05%

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

R = 58.29%
G = 10.05%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#74143F (or 0x74143F) is known color: Pompadour. HEX triplet: 74, 14 and 3F. RGB value is (116,20,63). Sum of RGB (Red+Green+Blue) = 116+20+63=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #74143F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74143F is #8BEBC0. Grayscale: #353535. Windows color (decimal): -9169857 or 4134004. OLE color: 4134004.

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

Color convert

RGB 116 20 63 -
CMYK 0 0.83 0.46 0.55
HSL 333.13º 0.71% 0.27% -
HSV(B) 333.13º 0.83% 0.45% -
XYZ 8.35 4.57 5.15 -
YUV 53.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 116 20 63 0 0.83 0.46 0.55 333.13 0.71 0.27
Hex 74 14 3F 0 53 2E 37 14D 47 1B
Octal 164 24 77 0 123 56 67 515 107 33
Binary 1110100 10100 111111 0 1010011 101110 110111 101001101 1000111 11011

Color Harmonies of #74143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74143F

Black with #74143F

Text Example


Text Example

White with #74143F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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