Html Css Color HEX #74133D Pompadour

📋 copy color: '#74133D'

red 116 ◦ green 19 ◦ blue 61

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

Shades of Pompadour #74133D

Tints of Pompadour #74133D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 31.12%

R = 59.18%
G = 9.69%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74133D (or 0x74133D) is known color: Pompadour. HEX triplet: 74, 13 and 3D. RGB value is (116,19,61). Sum of RGB (Red+Green+Blue) = 116+19+61=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #74133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74133D is #8BECC2. Grayscale: #343434. Windows color (decimal): -9170115 or 4002676. OLE color: 4002676.

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

Color convert

RGB 116 19 61 -
CMYK 0 0.84 0.47 0.55
HSL 334.02º 0.72% 0.26% -
HSV(B) 334.02º 0.84% 0.45% -
XYZ 8.28 4.52 4.85 -
YUV 52.79 132.64 173.08 -
System Red Green Blue C M Y K H S L
Decimal 116 19 61 0 0.84 0.47 0.55 334.02 0.72 0.26
Hex 74 13 3D 0 54 2F 37 14E 48 1A
Octal 164 23 75 0 124 57 67 516 110 32
Binary 1110100 10011 111101 0 1010100 101111 110111 101001110 1001000 11010

Color Harmonies of #74133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74133D

Black with #74133D

Text Example


Text Example

White with #74133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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