Html Css Color HEX #74134B Pompadour

📋 copy color: '#74134B'

red 116 ◦ green 19 ◦ blue 75

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

Shades of Pompadour #74134B

Tints of Pompadour #74134B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.05%

 BLUE value IS 75 (29.69% from 255) = 35.71%

R = 55.24%
G = 9.05%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#74134B (or 0x74134B) is known color: Pompadour. HEX triplet: 74, 13 and 4B. RGB value is (116,19,75). Sum of RGB (Red+Green+Blue) = 116+19+75=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #74134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74134B is #8BECB4. Grayscale: #363636. Windows color (decimal): -9170101 or 4920180. OLE color: 4920180.

HSL color Cylindrical-coordinate representation of color #74134B: hue angle of 325.36º degrees, saturation: 0.72, 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 #74134B is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 19 75 -
CMYK 0 0.84 0.35 0.55
HSL 325.36º 0.72% 0.26% -
HSV(B) 325.36º 0.84% 0.45% -
XYZ 8.71 4.69 7.1 -
YUV 54.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 116 19 75 0 0.84 0.35 0.55 325.36 0.72 0.26
Hex 74 13 4B 0 54 23 37 145 48 1A
Octal 164 23 113 0 124 43 67 505 110 32
Binary 1110100 10011 1001011 0 1010100 100011 110111 101000101 1001000 11010

Color Harmonies of #74134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74134B

Black with #74134B

Text Example


Text Example

White with #74134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74134B; }

 p { color: rgb(116,19,75); }

 H1.HeaderClassName
 {
   color: #74134B;
 }
 .AnyTagClassName
 {
   color: #74134B;
 }
</style>

background-color css

<style>
 a { background-color: #74134B; }

 a { background-color: rgb(116,19,75); }

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

border-color css

<style>
 span { border-color: #74134B; }

 span { border-color: rgb(116,19,75); }

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