Html Css Color HEX #74103B Pompadour

📋 copy color: '#74103B'

red 116 ◦ green 16 ◦ blue 59

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

Shades of Pompadour #74103B

Tints of Pompadour #74103B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.38%

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

R = 60.73%
G = 8.38%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#74103B (or 0x74103B) is known color: Pompadour. HEX triplet: 74, 10 and 3B. RGB value is (116,16,59). Sum of RGB (Red+Green+Blue) = 116+16+59=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #74103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74103B is #8BEFC4. Grayscale: #323232. Windows color (decimal): -9170885 or 3870836. OLE color: 3870836.

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

Color convert

RGB 116 16 59 -
CMYK 0 0.86 0.49 0.55
HSL 334.2º 0.76% 0.26% -
HSV(B) 334.2º 0.86% 0.45% -
XYZ 8.18 4.4 4.56 -
YUV 50.8 132.63 174.5 -
System Red Green Blue C M Y K H S L
Decimal 116 16 59 0 0.86 0.49 0.55 334.2 0.76 0.26
Hex 74 10 3B 0 56 31 37 14E 4C 1A
Octal 164 20 73 0 126 61 67 516 114 32
Binary 1110100 10000 111011 0 1010110 110001 110111 101001110 1001100 11010

Color Harmonies of #74103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74103B

Black with #74103B

Text Example


Text Example

White with #74103B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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