Html Css Color HEX #74103A Pompadour

📋 copy color: '#74103A'

red 116 ◦ green 16 ◦ blue 58

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

Shades of Pompadour #74103A

Tints of Pompadour #74103A

RGB

 RED value IS 116 (45.7% 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 value IS 0

 M value IS 0.86

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#74103A (or 0x74103A) is known color: 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

RGB 116 16 58 -
CMYK 0 0.86 0.5 0.55
HSL 334.8º 0.76% 0.26% -
HSV(B) 334.8º 0.86% 0.45% -
XYZ 8.15 4.39 4.42 -
YUV 50.69 132.13 174.58 -
System Red Green Blue C M Y K H S L
Decimal 116 16 58 0 0.86 0.5 0.55 334.8 0.76 0.26
Hex 74 10 3A 0 56 32 37 14F 4C 1A
Octal 164 20 72 0 126 62 67 517 114 32
Binary 1110100 10000 111010 0 1010110 110010 110111 101001111 1001100 11010

Color Harmonies of #74103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74103A

Black with #74103A

Text Example


Text Example

White with #74103A

Text Example


Text Example

HTML Codes & Css Web 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>