Html Css Color HEX #672042 Pompadour

📋 copy color: '#672042'

red 103 ◦ green 32 ◦ blue 66

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

Shades of Pompadour #672042

Tints of Pompadour #672042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.92%

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

R = 51.24%
G = 15.92%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#672042 (or 0x672042) is known color: Pompadour. HEX triplet: 67, 20 and 42. RGB value is (103,32,66). Sum of RGB (Red+Green+Blue) = 103+32+66=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #672042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672042 is #98DFBD. Grayscale: #393939. Windows color (decimal): -10018750 or 4333671. OLE color: 4333671.

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

Color convert

RGB 103 32 66 -
CMYK 0 0.69 0.36 0.60
HSL 331.27º 0.53% 0.26% -
HSV(B) 331.27º 0.69% 0.4% -
XYZ 7.09 4.31 5.61 -
YUV 57.11 133.02 160.74 -
System Red Green Blue C M Y K H S L
Decimal 103 32 66 0 0.69 0.36 0.60 331.27 0.53 0.26
Hex 67 20 42 0 45 24 3C 14B 35 1A
Octal 147 40 102 0 105 44 74 513 65 32
Binary 1100111 100000 1000010 0 1000101 100100 111100 101001011 110101 11010

Color Harmonies of #672042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672042

Black with #672042

Text Example


Text Example

White with #672042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672042; }

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

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

background-color css

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

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

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

border-color css

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

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

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