Html Css Color HEX #682452 Pompadour

📋 copy color: '#682452'

red 104 ◦ green 36 ◦ blue 82

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

Shades of Pompadour #682452

Tints of Pompadour #682452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.94%

R = 46.85%
G = 16.22%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#682452 (or 0x682452) is known color: Pompadour. HEX triplet: 68, 24 and 52. RGB value is (104,36,82). Sum of RGB (Red+Green+Blue) = 104+36+82=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #682452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682452 is #97DBAD. Grayscale: #3D3D3D. Windows color (decimal): -9952174 or 5383272. OLE color: 5383272.

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

Color convert

RGB 104 36 82 -
CMYK 0 0.65 0.21 0.59
HSL 319.41º 0.49% 0.27% -
HSV(B) 319.41º 0.65% 0.41% -
XYZ 7.86 4.81 8.5 -
YUV 61.58 139.53 158.26 -
System Red Green Blue C M Y K H S L
Decimal 104 36 82 0 0.65 0.21 0.59 319.41 0.49 0.27
Hex 68 24 52 0 41 15 3B 13F 31 1B
Octal 150 44 122 0 101 25 73 477 61 33
Binary 1101000 100100 1010010 0 1000001 10101 111011 100111111 110001 11011

Color Harmonies of #682452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682452

Black with #682452

Text Example


Text Example

White with #682452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682452; }

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

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

background-color css

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

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

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

border-color css

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

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

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