Html Css Color HEX #682652 Pompadour

📋 copy color: '#682652'

red 104 ◦ green 38 ◦ blue 82

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

Shades of Pompadour #682652

Tints of Pompadour #682652

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.96%

 BLUE value IS 82 (32.42% from 255) = 36.61%

R = 46.43%
G = 16.96%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#682652 (or 0x682652) is known color: Pompadour. HEX triplet: 68, 26 and 52. RGB value is (104,38,82). Sum of RGB (Red+Green+Blue) = 104+38+82=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #682652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682652 is #97D9AD. Grayscale: #3E3E3E. Windows color (decimal): -9951662 or 5383784. OLE color: 5383784.

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

Color convert

RGB 104 38 82 -
CMYK 0 0.63 0.21 0.59
HSL 320º 0.46% 0.28% -
HSV(B) 320º 0.63% 0.41% -
XYZ 7.93 4.94 8.52 -
YUV 62.75 138.87 157.42 -
System Red Green Blue C M Y K H S L
Decimal 104 38 82 0 0.63 0.21 0.59 320 0.46 0.28
Hex 68 26 52 0 3F 15 3B 140 2E 1C
Octal 150 46 122 0 77 25 73 500 56 34
Binary 1101000 100110 1010010 0 111111 10101 111011 101000000 101110 11100

Color Harmonies of #682652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682652

Black with #682652

Text Example


Text Example

White with #682652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682652; }

 p { color: rgb(104,38,82); }

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

background-color css

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

 a { background-color: rgb(104,38,82); }

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

border-color css

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

 span { border-color: rgb(104,38,82); }

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