Html Css Color HEX #682F52 Pompadour

📋 copy color: '#682F52'

red 104 ◦ green 47 ◦ blue 82

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

Shades of Pompadour #682F52

Tints of Pompadour #682F52

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.17%

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

R = 44.64%
G = 20.17%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#682F52 (or 0x682F52) is known color: Pompadour. HEX triplet: 68, 2F and 52. RGB value is (104,47,82). Sum of RGB (Red+Green+Blue) = 104+47+82=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #682F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682F52 is #97D0AD. Grayscale: #434343. Windows color (decimal): -9949358 or 5386088. OLE color: 5386088.

HSL color Cylindrical-coordinate representation of color #682F52: hue angle of 323.16º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #682F52 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 47 82 -
CMYK 0 0.55 0.21 0.59
HSL 323.16º 0.38% 0.3% -
HSV(B) 323.16º 0.55% 0.41% -
XYZ 8.25 5.59 8.63 -
YUV 68.03 135.88 153.65 -
System Red Green Blue C M Y K H S L
Decimal 104 47 82 0 0.55 0.21 0.59 323.16 0.38 0.3
Hex 68 2F 52 0 37 15 3B 143 26 1E
Octal 150 57 122 0 67 25 73 503 46 36
Binary 1101000 101111 1010010 0 110111 10101 111011 101000011 100110 11110

Color Harmonies of #682F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682F52

Black with #682F52

Text Example


Text Example

White with #682F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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