#74103A

Color #74103A Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #74103A

Tints of Pompadour #74103A

Color information

#74103A (or 0x74103A) is unknown color: approx Pompadour. HEX triplet: 74, 10 and 3A. RGB value is (116,16,58). Sum of RGB (Red+Green+Blue) = 116+16+58=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #74103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74103A is #8BEFC5. Grayscale: #323232. Windows color (decimal): -9170886 or 3805300. OLE color: 3805300.

HSL color Cylindrical-coordinate representation of color #74103A: hue angle of 334.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74103A is Cyan = 0, Magento = 0.86, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB1161658-
CMYK00.860.50.55
HSL334.8º75.76%25.88%-
HSV(B)334.8º86.21%45.49%-
XYZ8.154.394.42-
YUV50.69132.13174.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.05%
GREEN value IS 16 (6.64% from 255) = 8.42%
BLUE value IS 58 (23.05% from 255) = 30.53%
R=61.05%
G=8.42%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.5
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116165800.860.50.55334.875.7625.88
Hex74103A056323714f4c1a
Octal16420720126626751711432
Binary11101001000011101001010110110010110111101001111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74103A; }

 p { color: rgb(116,16,58); }

 H1.HeaderClassName
 {
   color: #74103A;
 }
 .AnyTagClassName
 {
   color: #74103A;
 }
</style>
background-color css

<style>
 a { background-color: #74103A; }

 a { background-color: rgb(116,16,58); }

 div.DivClassName
 {
   background-color: #74103A;
 }
 .BgClassName
 {
   background-color: #74103A;
 }
</style>
border-color css

<style>
 span { border-color: #74103A; }

 span { border-color: rgb(116,16,58); }

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