Html Css Color HEX #671442 Pompadour

📋 copy color: '#671442'

red 103 ◦ green 20 ◦ blue 66

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

Shades of Pompadour #671442

Tints of Pompadour #671442

RGB

 RED value IS 103 (40.63% from 255) = 54.5%

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

 BLUE value IS 66 (26.17% from 255) = 34.92%

R = 54.5%
G = 10.58%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#671442 (or 0x671442) is known color: Pompadour. HEX triplet: 67, 14 and 42. RGB value is (103,20,66). Sum of RGB (Red+Green+Blue) = 103+20+66=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #671442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671442 is #98EBBD. Grayscale: #313131. Windows color (decimal): -10021822 or 4330599. OLE color: 4330599.

HSL color Cylindrical-coordinate representation of color #671442: hue angle of 326.75º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #671442 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 20 66 -
CMYK 0 0.81 0.36 0.60
HSL 326.75º 0.67% 0.24% -
HSV(B) 326.75º 0.81% 0.4% -
XYZ 6.83 3.78 5.52 -
YUV 50.06 137 165.76 -
System Red Green Blue C M Y K H S L
Decimal 103 20 66 0 0.81 0.36 0.60 326.75 0.67 0.24
Hex 67 14 42 0 51 24 3C 147 43 18
Octal 147 24 102 0 121 44 74 507 103 30
Binary 1100111 10100 1000010 0 1010001 100100 111100 101000111 1000011 11000

Color Harmonies of #671442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671442

Black with #671442

Text Example


Text Example

White with #671442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671442; }

 p { color: rgb(103,20,66); }

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

background-color css

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

 a { background-color: rgb(103,20,66); }

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

border-color css

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

 span { border-color: rgb(103,20,66); }

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