Html Css Color HEX #682950 Pompadour

📋 copy color: '#682950'

red 104 ◦ green 41 ◦ blue 80

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

Shades of Pompadour #682950

Tints of Pompadour #682950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.22%

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

R = 46.22%
G = 18.22%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#682950 (or 0x682950) is known color: Pompadour. HEX triplet: 68, 29 and 50. RGB value is (104,41,80). Sum of RGB (Red+Green+Blue) = 104+41+80=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #682950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682950 is #97D6AF. Grayscale: #404040. Windows color (decimal): -9950896 or 5253480. OLE color: 5253480.

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

Color convert

RGB 104 41 80 -
CMYK 0 0.61 0.23 0.59
HSL 322.86º 0.43% 0.28% -
HSV(B) 322.86º 0.61% 0.41% -
XYZ 7.95 5.11 8.16 -
YUV 64.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 104 41 80 0 0.61 0.23 0.59 322.86 0.43 0.28
Hex 68 29 50 0 3D 17 3B 143 2B 1C
Octal 150 51 120 0 75 27 73 503 53 34
Binary 1101000 101001 1010000 0 111101 10111 111011 101000011 101011 11100

Color Harmonies of #682950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682950

Black with #682950

Text Example


Text Example

White with #682950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682950; }

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

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

background-color css

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

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

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

border-color css

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

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

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