Html Css Color HEX #682C4F Pompadour

📋 copy color: '#682C4F'

red 104 ◦ green 44 ◦ blue 79

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

Shades of Pompadour #682C4F

Tints of Pompadour #682C4F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.38%

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

R = 45.81%
G = 19.38%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#682C4F (or 0x682C4F) is known color: Pompadour. HEX triplet: 68, 2C and 4F. RGB value is (104,44,79). Sum of RGB (Red+Green+Blue) = 104+44+79=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #682C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682C4F is #97D3B0. Grayscale: #414141. Windows color (decimal): -9950129 or 5188712. OLE color: 5188712.

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

Color convert

RGB 104 44 79 -
CMYK 0 0.58 0.24 0.59
HSL 325º 0.41% 0.29% -
HSV(B) 325º 0.58% 0.41% -
XYZ 8.02 5.31 8 -
YUV 65.93 135.38 155.15 -
System Red Green Blue C M Y K H S L
Decimal 104 44 79 0 0.58 0.24 0.59 325 0.41 0.29
Hex 68 2C 4F 0 3A 18 3B 145 29 1D
Octal 150 54 117 0 72 30 73 505 51 35
Binary 1101000 101100 1001111 0 111010 11000 111011 101000101 101001 11101

Color Harmonies of #682C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682C4F

Black with #682C4F

Text Example


Text Example

White with #682C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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