Html Css Color HEX #671850 Pompadour

📋 copy color: '#671850'

red 103 ◦ green 24 ◦ blue 80

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

Shades of Pompadour #671850

Tints of Pompadour #671850

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.59%

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

R = 49.76%
G = 11.59%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#671850 (or 0x671850) is known color: Pompadour. HEX triplet: 67, 18 and 50. RGB value is (103,24,80). Sum of RGB (Red+Green+Blue) = 103+24+80=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #671850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671850 is #98E7AF. Grayscale: #353535. Windows color (decimal): -10020784 or 5249127. OLE color: 5249127.

HSL color Cylindrical-coordinate representation of color #671850: hue angle of 317.47º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #671850 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 24 80 -
CMYK 0 0.77 0.22 0.60
HSL 317.47º 0.62% 0.25% -
HSV(B) 317.47º 0.77% 0.4% -
XYZ 7.37 4.12 8 -
YUV 54.01 142.67 162.95 -
System Red Green Blue C M Y K H S L
Decimal 103 24 80 0 0.77 0.22 0.60 317.47 0.62 0.25
Hex 67 18 50 0 4D 16 3C 13D 3E 19
Octal 147 30 120 0 115 26 74 475 76 31
Binary 1100111 11000 1010000 0 1001101 10110 111100 100111101 111110 11001

Color Harmonies of #671850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671850

Black with #671850

Text Example


Text Example

White with #671850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671850; }

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

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

background-color css

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

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

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

border-color css

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

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

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