Html Css Color HEX #682E4F Pompadour

📋 copy color: '#682E4F'

red 104 ◦ green 46 ◦ blue 79

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

Shades of Pompadour #682E4F

Tints of Pompadour #682E4F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.09%

 BLUE value IS 79 (31.25% from 255) = 34.5%

R = 45.41%
G = 20.09%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#682E4F (or 0x682E4F) is known color: Pompadour. HEX triplet: 68, 2E and 4F. RGB value is (104,46,79). Sum of RGB (Red+Green+Blue) = 104+46+79=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #682E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E4F is #97D1B0. Grayscale: #434343. Windows color (decimal): -9949617 or 5189224. OLE color: 5189224.

HSL color Cylindrical-coordinate representation of color #682E4F: hue angle of 325.86º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #682E4F is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 46 79 -
CMYK 0 0.56 0.24 0.59
HSL 325.86º 0.39% 0.29% -
HSV(B) 325.86º 0.56% 0.41% -
XYZ 8.1 5.46 8.02 -
YUV 67.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 104 46 79 0 0.56 0.24 0.59 325.86 0.39 0.29
Hex 68 2E 4F 0 38 18 3B 146 27 1D
Octal 150 56 117 0 70 30 73 506 47 35
Binary 1101000 101110 1001111 0 111000 11000 111011 101000110 100111 11101

Color Harmonies of #682E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682E4F

Black with #682E4F

Text Example


Text Example

White with #682E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,46,79); }

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

background-color css

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

 a { background-color: rgb(104,46,79); }

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

border-color css

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

 span { border-color: rgb(104,46,79); }

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