Html Css Color HEX #74143D Pompadour

📋 copy color: '#74143D'

red 116 ◦ green 20 ◦ blue 61

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

Shades of Pompadour #74143D

Tints of Pompadour #74143D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.96%

R = 58.88%
G = 10.15%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74143D (or 0x74143D) is known color: Pompadour. HEX triplet: 74, 14 and 3D. RGB value is (116,20,61). Sum of RGB (Red+Green+Blue) = 116+20+61=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #74143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74143D is #8BEBC2. Grayscale: #353535. Windows color (decimal): -9169859 or 4002932. OLE color: 4002932.

HSL color Cylindrical-coordinate representation of color #74143D: hue angle of 334.38º 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 #74143D is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 20 61 -
CMYK 0 0.83 0.47 0.55
HSL 334.38º 0.71% 0.27% -
HSV(B) 334.38º 0.83% 0.45% -
XYZ 8.29 4.55 4.86 -
YUV 53.38 132.3 172.67 -
System Red Green Blue C M Y K H S L
Decimal 116 20 61 0 0.83 0.47 0.55 334.38 0.71 0.27
Hex 74 14 3D 0 53 2F 37 14E 47 1B
Octal 164 24 75 0 123 57 67 516 107 33
Binary 1110100 10100 111101 0 1010011 101111 110111 101001110 1000111 11011

Color Harmonies of #74143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74143D

Black with #74143D

Text Example


Text Example

White with #74143D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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