Html Css Color HEX #74153B Pompadour

📋 copy color: '#74153B'

red 116 ◦ green 21 ◦ blue 59

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

Shades of Pompadour #74153B

Tints of Pompadour #74153B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 30.1%

R = 59.18%
G = 10.71%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#74153B (or 0x74153B) is known color: Pompadour. HEX triplet: 74, 15 and 3B. RGB value is (116,21,59). Sum of RGB (Red+Green+Blue) = 116+21+59=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #74153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74153B is #8BEAC4. Grayscale: #353535. Windows color (decimal): -9169605 or 3872116. OLE color: 3872116.

HSL color Cylindrical-coordinate representation of color #74153B: hue angle of 336º 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 #74153B is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 21 59 -
CMYK 0 0.82 0.49 0.55
HSL 336º 0.69% 0.27% -
HSV(B) 336º 0.82% 0.45% -
XYZ 8.26 4.57 4.58 -
YUV 53.74 130.97 172.41 -
System Red Green Blue C M Y K H S L
Decimal 116 21 59 0 0.82 0.49 0.55 336 0.69 0.27
Hex 74 15 3B 0 52 31 37 150 45 1B
Octal 164 25 73 0 122 61 67 520 105 33
Binary 1110100 10101 111011 0 1010010 110001 110111 101010000 1000101 11011

Color Harmonies of #74153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74153B

Black with #74153B

Text Example


Text Example

White with #74153B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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