Html Css Color HEX #682448 Pompadour

📋 copy color: '#682448'

red 104 ◦ green 36 ◦ blue 72

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

Shades of Pompadour #682448

Tints of Pompadour #682448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.96%

R = 49.06%
G = 16.98%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#682448 (or 0x682448) is known color: Pompadour. HEX triplet: 68, 24 and 48. RGB value is (104,36,72). Sum of RGB (Red+Green+Blue) = 104+36+72=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #682448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682448 is #97DBB7. Grayscale: #3C3C3C. Windows color (decimal): -9952184 or 4727912. OLE color: 4727912.

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

Color convert

RGB 104 36 72 -
CMYK 0 0.65 0.31 0.59
HSL 328.24º 0.49% 0.27% -
HSV(B) 328.24º 0.65% 0.41% -
XYZ 7.51 4.67 6.64 -
YUV 60.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 104 36 72 0 0.65 0.31 0.59 328.24 0.49 0.27
Hex 68 24 48 0 41 1F 3B 148 31 1B
Octal 150 44 110 0 101 37 73 510 61 33
Binary 1101000 100100 1001000 0 1000001 11111 111011 101001000 110001 11011

Color Harmonies of #682448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682448

Black with #682448

Text Example


Text Example

White with #682448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682448; }

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

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

background-color css

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

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

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

border-color css

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

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

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