Html Css Color HEX #682442 Pompadour

📋 copy color: '#682442'

red 104 ◦ green 36 ◦ blue 66

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

Shades of Pompadour #682442

Tints of Pompadour #682442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.48%

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

R = 50.49%
G = 17.48%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#682442 (or 0x682442) is known color: Pompadour. HEX triplet: 68, 24 and 42. RGB value is (104,36,66). Sum of RGB (Red+Green+Blue) = 104+36+66=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #682442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682442 is #97DBBD. Grayscale: #3B3B3B. Windows color (decimal): -9952190 or 4334696. OLE color: 4334696.

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

Color convert

RGB 104 36 66 -
CMYK 0 0.65 0.37 0.59
HSL 333.53º 0.49% 0.27% -
HSV(B) 333.53º 0.65% 0.41% -
XYZ 7.32 4.6 5.66 -
YUV 59.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 104 36 66 0 0.65 0.37 0.59 333.53 0.49 0.27
Hex 68 24 42 0 41 25 3B 14E 31 1B
Octal 150 44 102 0 101 45 73 516 61 33
Binary 1101000 100100 1000010 0 1000001 100101 111011 101001110 110001 11011

Color Harmonies of #682442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682442

Black with #682442

Text Example


Text Example

White with #682442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682442; }

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

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

background-color css

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

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

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

border-color css

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

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

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