Html Css Color HEX #681750 Pompadour

📋 copy color: '#681750'

red 104 ◦ green 23 ◦ blue 80

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

Shades of Pompadour #681750

Tints of Pompadour #681750

RGB

 RED value IS 104 (41.02% from 255) = 50.24%

 GREEN value IS 23 (9.38% from 255) = 11.11%

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

R = 50.24%
G = 11.11%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#681750 (or 0x681750) is known color: Pompadour. HEX triplet: 68, 17 and 50. RGB value is (104,23,80). Sum of RGB (Red+Green+Blue) = 104+23+80=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #681750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681750 is #97E8AF. Grayscale: #353535. Windows color (decimal): -9955504 or 5248872. OLE color: 5248872.

HSL color Cylindrical-coordinate representation of color #681750: hue angle of 317.78º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681750 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 80 -
CMYK 0 0.78 0.23 0.59
HSL 317.78º 0.64% 0.25% -
HSV(B) 317.78º 0.78% 0.41% -
XYZ 7.46 4.14 7.99 -
YUV 53.72 142.84 163.87 -
System Red Green Blue C M Y K H S L
Decimal 104 23 80 0 0.78 0.23 0.59 317.78 0.64 0.25
Hex 68 17 50 0 4E 17 3B 13E 40 19
Octal 150 27 120 0 116 27 73 476 100 31
Binary 1101000 10111 1010000 0 1001110 10111 111011 100111110 1000000 11001

Color Harmonies of #681750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681750

Black with #681750

Text Example


Text Example

White with #681750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681750; }

 p { color: rgb(104,23,80); }

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

background-color css

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

 a { background-color: rgb(104,23,80); }

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

border-color css

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

 span { border-color: rgb(104,23,80); }

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