Html Css Color HEX #74143B Pompadour

📋 copy color: '#74143B'

red 116 ◦ green 20 ◦ blue 59

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

Shades of Pompadour #74143B

Tints of Pompadour #74143B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.26%

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

R = 59.49%
G = 10.26%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#74143B (or 0x74143B) is known color: Pompadour. HEX triplet: 74, 14 and 3B. RGB value is (116,20,59). Sum of RGB (Red+Green+Blue) = 116+20+59=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #74143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74143B is #8BEBC4. Grayscale: #353535. Windows color (decimal): -9169861 or 3871860. OLE color: 3871860.

HSL color Cylindrical-coordinate representation of color #74143B: hue angle of 335.62º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74143B is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 20 59 -
CMYK 0 0.83 0.49 0.55
HSL 335.63º 0.71% 0.27% -
HSV(B) 335.63º 0.83% 0.45% -
XYZ 8.24 4.53 4.58 -
YUV 53.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 116 20 59 0 0.83 0.49 0.55 335.63 0.71 0.27
Hex 74 14 3B 0 53 31 37 150 47 1B
Octal 164 24 73 0 123 61 67 520 107 33
Binary 1110100 10100 111011 0 1010011 110001 110111 101010000 1000111 11011

Color Harmonies of #74143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74143B

Black with #74143B

Text Example


Text Example

White with #74143B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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