Html Css Color HEX #74193C Pompadour

📋 copy color: '#74193C'

red 116 ◦ green 25 ◦ blue 60

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

Shades of Pompadour #74193C

Tints of Pompadour #74193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.44%

 BLUE value IS 60 (23.83% from 255) = 29.85%

R = 57.71%
G = 12.44%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#74193C (or 0x74193C) is known color: Pompadour. HEX triplet: 74, 19 and 3C. RGB value is (116,25,60). Sum of RGB (Red+Green+Blue) = 116+25+60=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #74193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74193C is #8BE6C3. Grayscale: #383838. Windows color (decimal): -9168580 or 3938676. OLE color: 3938676.

HSL color Cylindrical-coordinate representation of color #74193C: hue angle of 336.92º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74193C is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 25 60 -
CMYK 0 0.78 0.48 0.55
HSL 336.92º 0.65% 0.28% -
HSV(B) 336.92º 0.78% 0.45% -
XYZ 8.37 4.73 4.75 -
YUV 56.2 130.15 170.65 -
System Red Green Blue C M Y K H S L
Decimal 116 25 60 0 0.78 0.48 0.55 336.92 0.65 0.28
Hex 74 19 3C 0 4E 30 37 151 41 1C
Octal 164 31 74 0 116 60 67 521 101 34
Binary 1110100 11001 111100 0 1001110 110000 110111 101010001 1000001 11100

Color Harmonies of #74193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74193C

Black with #74193C

Text Example


Text Example

White with #74193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74193C; }

 p { color: rgb(116,25,60); }

 H1.HeaderClassName
 {
   color: #74193C;
 }
 .AnyTagClassName
 {
   color: #74193C;
 }
</style>

background-color css

<style>
 a { background-color: #74193C; }

 a { background-color: rgb(116,25,60); }

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

border-color css

<style>
 span { border-color: #74193C; }

 span { border-color: rgb(116,25,60); }

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