Html Css Color HEX #74133F Pompadour

📋 copy color: '#74133F'

red 116 ◦ green 19 ◦ blue 63

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

Shades of Pompadour #74133F

Tints of Pompadour #74133F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.82%

R = 58.59%
G = 9.6%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#74133F (or 0x74133F) is known color: Pompadour. HEX triplet: 74, 13 and 3F. RGB value is (116,19,63). Sum of RGB (Red+Green+Blue) = 116+19+63=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #74133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74133F is #8BECC0. Grayscale: #343434. Windows color (decimal): -9170113 or 4133748. OLE color: 4133748.

HSL color Cylindrical-coordinate representation of color #74133F: hue angle of 332.78º 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 #74133F is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 19 63 -
CMYK 0 0.84 0.46 0.55
HSL 332.78º 0.72% 0.26% -
HSV(B) 332.78º 0.84% 0.45% -
XYZ 8.33 4.54 5.14 -
YUV 53.02 133.64 172.92 -
System Red Green Blue C M Y K H S L
Decimal 116 19 63 0 0.84 0.46 0.55 332.78 0.72 0.26
Hex 74 13 3F 0 54 2E 37 14D 48 1A
Octal 164 23 77 0 124 56 67 515 110 32
Binary 1110100 10011 111111 0 1010100 101110 110111 101001101 1001000 11010

Color Harmonies of #74133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74133F

Black with #74133F

Text Example


Text Example

White with #74133F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74133F; }

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

 H1.HeaderClassName
 {
   color: #74133F;
 }
 .AnyTagClassName
 {
   color: #74133F;
 }
</style>

background-color css

<style>
 a { background-color: #74133F; }

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

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

border-color css

<style>
 span { border-color: #74133F; }

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

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