Html Css Color HEX #682C4B Pompadour

📋 copy color: '#682C4B'

red 104 ◦ green 44 ◦ blue 75

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

Shades of Pompadour #682C4B

Tints of Pompadour #682C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.63%

R = 46.64%
G = 19.73%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#682C4B (or 0x682C4B) is known color: Pompadour. HEX triplet: 68, 2C and 4B. RGB value is (104,44,75). Sum of RGB (Red+Green+Blue) = 104+44+75=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #682C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C4B is #97D3B4. Grayscale: #414141. Windows color (decimal): -9950133 or 4926568. OLE color: 4926568.

HSL color Cylindrical-coordinate representation of color #682C4B: hue angle of 329º 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 #682C4B is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 44 75 -
CMYK 0 0.58 0.28 0.59
HSL 329º 0.41% 0.29% -
HSV(B) 329º 0.58% 0.41% -
XYZ 7.88 5.25 7.26 -
YUV 65.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 104 44 75 0 0.58 0.28 0.59 329 0.41 0.29
Hex 68 2C 4B 0 3A 1C 3B 149 29 1D
Octal 150 54 113 0 72 34 73 511 51 35
Binary 1101000 101100 1001011 0 111010 11100 111011 101001001 101001 11101

Color Harmonies of #682C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682C4B

Black with #682C4B

Text Example


Text Example

White with #682C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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