Html Css Color HEX #74153D Pompadour

📋 copy color: '#74153D'

red 116 ◦ green 21 ◦ blue 61

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

Shades of Pompadour #74153D

Tints of Pompadour #74153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.61%

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

R = 58.59%
G = 10.61%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74153D (or 0x74153D) is known color: Pompadour. HEX triplet: 74, 15 and 3D. RGB value is (116,21,61). Sum of RGB (Red+Green+Blue) = 116+21+61=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #74153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74153D is #8BEAC2. Grayscale: #353535. Windows color (decimal): -9169603 or 4003188. OLE color: 4003188.

HSL color Cylindrical-coordinate representation of color #74153D: hue angle of 334.74º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74153D is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 21 61 -
CMYK 0 0.82 0.47 0.55
HSL 334.74º 0.69% 0.27% -
HSV(B) 334.74º 0.82% 0.45% -
XYZ 8.31 4.59 4.86 -
YUV 53.97 131.97 172.25 -
System Red Green Blue C M Y K H S L
Decimal 116 21 61 0 0.82 0.47 0.55 334.74 0.69 0.27
Hex 74 15 3D 0 52 2F 37 14F 45 1B
Octal 164 25 75 0 122 57 67 517 105 33
Binary 1110100 10101 111101 0 1010010 101111 110111 101001111 1000101 11011

Color Harmonies of #74153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74153D

Black with #74153D

Text Example


Text Example

White with #74153D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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