Html Css Color HEX #682142 Pompadour

📋 copy color: '#682142'

red 104 ◦ green 33 ◦ blue 66

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

Shades of Pompadour #682142

Tints of Pompadour #682142

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.26%

 BLUE value IS 66 (26.17% from 255) = 32.51%

R = 51.23%
G = 16.26%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#682142 (or 0x682142) is known color: Pompadour. HEX triplet: 68, 21 and 42. RGB value is (104,33,66). Sum of RGB (Red+Green+Blue) = 104+33+66=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #682142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682142 is #97DEBD. Grayscale: #393939. Windows color (decimal): -9952958 or 4333928. OLE color: 4333928.

HSL color Cylindrical-coordinate representation of color #682142: hue angle of 332.11º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #682142 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 33 66 -
CMYK 0 0.68 0.37 0.59
HSL 332.11º 0.52% 0.27% -
HSV(B) 332.11º 0.68% 0.41% -
XYZ 7.24 4.42 5.63 -
YUV 57.99 132.52 160.82 -
System Red Green Blue C M Y K H S L
Decimal 104 33 66 0 0.68 0.37 0.59 332.11 0.52 0.27
Hex 68 21 42 0 44 25 3B 14C 34 1B
Octal 150 41 102 0 104 45 73 514 64 33
Binary 1101000 100001 1000010 0 1000100 100101 111011 101001100 110100 11011

Color Harmonies of #682142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682142

Black with #682142

Text Example


Text Example

White with #682142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682142; }

 p { color: rgb(104,33,66); }

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

background-color css

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

 a { background-color: rgb(104,33,66); }

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

border-color css

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

 span { border-color: rgb(104,33,66); }

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