Html Css Color HEX #74123A Pompadour

📋 copy color: '#74123A'

red 116 ◦ green 18 ◦ blue 58

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

Shades of Pompadour #74123A

Tints of Pompadour #74123A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.38%

 BLUE value IS 58 (23.05% from 255) = 30.21%

R = 60.42%
G = 9.38%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#74123A (or 0x74123A) is known color: Pompadour. HEX triplet: 74, 12 and 3A. RGB value is (116,18,58). Sum of RGB (Red+Green+Blue) = 116+18+58=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #74123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74123A is #8BEDC5. Grayscale: #333333. Windows color (decimal): -9170374 or 3805812. OLE color: 3805812.

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

Color convert

RGB 116 18 58 -
CMYK 0 0.84 0.5 0.55
HSL 335.51º 0.73% 0.26% -
HSV(B) 335.51º 0.84% 0.45% -
XYZ 8.18 4.45 4.43 -
YUV 51.86 131.47 173.75 -
System Red Green Blue C M Y K H S L
Decimal 116 18 58 0 0.84 0.5 0.55 335.51 0.73 0.26
Hex 74 12 3A 0 54 32 37 150 49 1A
Octal 164 22 72 0 124 62 67 520 111 32
Binary 1110100 10010 111010 0 1010100 110010 110111 101010000 1001001 11010

Color Harmonies of #74123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74123A

Black with #74123A

Text Example


Text Example

White with #74123A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74123A;
 }
 .AnyTagClassName
 {
   color: #74123A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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