Html Css Color HEX #671450 Pompadour

📋 copy color: '#671450'

red 103 ◦ green 20 ◦ blue 80

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

Shades of Pompadour #671450

Tints of Pompadour #671450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.41%

R = 50.74%
G = 9.85%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#671450 (or 0x671450) is known color: Pompadour. HEX triplet: 67, 14 and 50. RGB value is (103,20,80). Sum of RGB (Red+Green+Blue) = 103+20+80=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #671450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671450 is #98EBAF. Grayscale: #333333. Windows color (decimal): -10021808 or 5248103. OLE color: 5248103.

HSL color Cylindrical-coordinate representation of color #671450: hue angle of 316.63º 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 #671450 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 20 80 -
CMYK 0 0.81 0.22 0.60
HSL 316.63º 0.67% 0.24% -
HSV(B) 316.63º 0.81% 0.4% -
XYZ 7.29 3.96 7.97 -
YUV 51.66 144 164.62 -
System Red Green Blue C M Y K H S L
Decimal 103 20 80 0 0.81 0.22 0.60 316.63 0.67 0.24
Hex 67 14 50 0 51 16 3C 13D 43 18
Octal 147 24 120 0 121 26 74 475 103 30
Binary 1100111 10100 1010000 0 1010001 10110 111100 100111101 1000011 11000

Color Harmonies of #671450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671450

Black with #671450

Text Example


Text Example

White with #671450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671450; }

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

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

background-color css

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

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

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

border-color css

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

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

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