Html Css Color HEX #682441 Pompadour

📋 copy color: '#682441'

red 104 ◦ green 36 ◦ blue 65

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

Shades of Pompadour #682441

Tints of Pompadour #682441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.71%

R = 50.73%
G = 17.56%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#682441 (or 0x682441) is known color: Pompadour. HEX triplet: 68, 24 and 41. RGB value is (104,36,65). Sum of RGB (Red+Green+Blue) = 104+36+65=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #682441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682441 is #97DBBE. Grayscale: #3B3B3B. Windows color (decimal): -9952191 or 4269160. OLE color: 4269160.

HSL color Cylindrical-coordinate representation of color #682441: hue angle of 334.41º 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 #682441 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 36 65 -
CMYK 0 0.65 0.38 0.59
HSL 334.41º 0.49% 0.27% -
HSV(B) 334.41º 0.65% 0.41% -
XYZ 7.29 4.59 5.5 -
YUV 59.64 131.03 159.64 -
System Red Green Blue C M Y K H S L
Decimal 104 36 65 0 0.65 0.38 0.59 334.41 0.49 0.27
Hex 68 24 41 0 41 26 3B 14E 31 1B
Octal 150 44 101 0 101 46 73 516 61 33
Binary 1101000 100100 1000001 0 1000001 100110 111011 101001110 110001 11011

Color Harmonies of #682441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682441

Black with #682441

Text Example


Text Example

White with #682441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682441; }

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

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

background-color css

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

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

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

border-color css

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

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

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