Html Css Color HEX #74103D Pompadour

📋 copy color: '#74103D'

red 116 ◦ green 16 ◦ blue 61

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

Shades of Pompadour #74103D

Tints of Pompadour #74103D

RGB

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

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

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

R = 60.1%
G = 8.29%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74103D (or 0x74103D) is known color: Pompadour. HEX triplet: 74, 10 and 3D. RGB value is (116,16,61). Sum of RGB (Red+Green+Blue) = 116+16+61=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #74103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74103D is #8BEFC2. Grayscale: #323232. Windows color (decimal): -9170883 or 4001908. OLE color: 4001908.

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

Color convert

RGB 116 16 61 -
CMYK 0 0.86 0.47 0.55
HSL 333º 0.76% 0.26% -
HSV(B) 333º 0.86% 0.45% -
XYZ 8.23 4.42 4.83 -
YUV 51.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 116 16 61 0 0.86 0.47 0.55 333 0.76 0.26
Hex 74 10 3D 0 56 2F 37 14D 4C 1A
Octal 164 20 75 0 126 57 67 515 114 32
Binary 1110100 10000 111101 0 1010110 101111 110111 101001101 1001100 11010

Color Harmonies of #74103D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74103D

Black with #74103D

Text Example


Text Example

White with #74103D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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