Html Css Color HEX #682450 Pompadour

📋 copy color: '#682450'

red 104 ◦ green 36 ◦ blue 80

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

Shades of Pompadour #682450

Tints of Pompadour #682450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.36%

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

R = 47.27%
G = 16.36%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#682450 (or 0x682450) is known color: Pompadour. HEX triplet: 68, 24 and 50. RGB value is (104,36,80). Sum of RGB (Red+Green+Blue) = 104+36+80=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #682450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682450 is #97DBAF. Grayscale: #3D3D3D. Windows color (decimal): -9952176 or 5252200. OLE color: 5252200.

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

Color convert

RGB 104 36 80 -
CMYK 0 0.65 0.23 0.59
HSL 321.18º 0.49% 0.27% -
HSV(B) 321.18º 0.65% 0.41% -
XYZ 7.79 4.78 8.1 -
YUV 61.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 104 36 80 0 0.65 0.23 0.59 321.18 0.49 0.27
Hex 68 24 50 0 41 17 3B 141 31 1B
Octal 150 44 120 0 101 27 73 501 61 33
Binary 1101000 100100 1010000 0 1000001 10111 111011 101000001 110001 11011

Color Harmonies of #682450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682450

Black with #682450

Text Example


Text Example

White with #682450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682450; }

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

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

background-color css

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

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

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

border-color css

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

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

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