Html Css Color HEX #74163A Pompadour

📋 copy color: '#74163A'

red 116 ◦ green 22 ◦ blue 58

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

Shades of Pompadour #74163A

Tints of Pompadour #74163A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.22%

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

R = 59.18%
G = 11.22%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#74163A (or 0x74163A) is known color: Pompadour. HEX triplet: 74, 16 and 3A. RGB value is (116,22,58). Sum of RGB (Red+Green+Blue) = 116+22+58=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #74163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74163A is #8BE9C5. Grayscale: #363636. Windows color (decimal): -9169350 or 3806836. OLE color: 3806836.

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

Color convert

RGB 116 22 58 -
CMYK 0 0.81 0.5 0.55
HSL 337.02º 0.68% 0.27% -
HSV(B) 337.02º 0.81% 0.45% -
XYZ 8.25 4.59 4.45 -
YUV 54.21 130.14 172.07 -
System Red Green Blue C M Y K H S L
Decimal 116 22 58 0 0.81 0.5 0.55 337.02 0.68 0.27
Hex 74 16 3A 0 51 32 37 151 44 1B
Octal 164 26 72 0 121 62 67 521 104 33
Binary 1110100 10110 111010 0 1010001 110010 110111 101010001 1000100 11011

Color Harmonies of #74163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74163A

Black with #74163A

Text Example


Text Example

White with #74163A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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