Html Css Color HEX #682248 Pompadour

📋 copy color: '#682248'

red 104 ◦ green 34 ◦ blue 72

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

Shades of Pompadour #682248

Tints of Pompadour #682248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.19%

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

R = 49.52%
G = 16.19%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#682248 (or 0x682248) is known color: Pompadour. HEX triplet: 68, 22 and 48. RGB value is (104,34,72). Sum of RGB (Red+Green+Blue) = 104+34+72=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #682248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682248 is #97DDB7. Grayscale: #3B3B3B. Windows color (decimal): -9952696 or 4727400. OLE color: 4727400.

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

Color convert

RGB 104 34 72 -
CMYK 0 0.67 0.31 0.59
HSL 327.43º 0.51% 0.27% -
HSV(B) 327.43º 0.67% 0.41% -
XYZ 7.45 4.55 6.62 -
YUV 59.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 104 34 72 0 0.67 0.31 0.59 327.43 0.51 0.27
Hex 68 22 48 0 43 1F 3B 147 33 1B
Octal 150 42 110 0 103 37 73 507 63 33
Binary 1101000 100010 1001000 0 1000011 11111 111011 101000111 110011 11011

Color Harmonies of #682248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682248

Black with #682248

Text Example


Text Example

White with #682248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682248; }

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

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

background-color css

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

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

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

border-color css

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

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

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