Html Css Color HEX #6A2352 Pompadour

📋 copy color: '#6A2352'

red 106 ◦ green 35 ◦ blue 82

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

Shades of Pompadour #6A2352

Tints of Pompadour #6A2352

RGB

 RED value IS 106 (41.8% from 255) = 47.53%

 GREEN value IS 35 (14.06% from 255) = 15.7%

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

R = 47.53%
G = 15.7%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6A2352 (or 0x6A2352) is known color: Pompadour. HEX triplet: 6A, 23 and 52. RGB value is (106,35,82). Sum of RGB (Red+Green+Blue) = 106+35+82=223 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.53% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2352 is #95DCAD. Grayscale: #3D3D3D. Windows color (decimal): -9821358 or 5383018. OLE color: 5383018.

HSL color Cylindrical-coordinate representation of color #6A2352: hue angle of 320.28º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A2352 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 35 82 -
CMYK 0 0.67 0.23 0.58
HSL 320.28º 0.5% 0.28% -
HSV(B) 320.28º 0.67% 0.42% -
XYZ 8.07 4.88 8.5 -
YUV 61.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 106 35 82 0 0.67 0.23 0.58 320.28 0.5 0.28
Hex 6A 23 52 0 43 17 3A 140 32 1C
Octal 152 43 122 0 103 27 72 500 62 34
Binary 1101010 100011 1010010 0 1000011 10111 111010 101000000 110010 11100

Color Harmonies of #6A2352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2352

Black with #6A2352

Text Example


Text Example

White with #6A2352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A2352; }

 p { color: rgb(106,35,82); }

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

background-color css

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

 a { background-color: rgb(106,35,82); }

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

border-color css

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

 span { border-color: rgb(106,35,82); }

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