Html Css Color HEX #612040 Pompadour

📋 copy color: '#612040'

red 97 ◦ green 32 ◦ blue 64

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

Shades of Pompadour #612040

Tints of Pompadour #612040

RGB

 RED value IS 97 (38.28% from 255) = 50.26%

 GREEN value IS 32 (12.89% from 255) = 16.58%

 BLUE value IS 64 (25.39% from 255) = 33.16%

R = 50.26%
G = 16.58%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#612040 (or 0x612040) is known color: Pompadour. HEX triplet: 61, 20 and 40. RGB value is (97,32,64). Sum of RGB (Red+Green+Blue) = 97+32+64=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #612040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612040 is #9EDFBF. Grayscale: #373737. Windows color (decimal): -10411968 or 4202593. OLE color: 4202593.

HSL color Cylindrical-coordinate representation of color #612040: hue angle of 330.46º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #612040 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 32 64 -
CMYK 0 0.67 0.34 0.62
HSL 330.46º 0.5% 0.25% -
HSV(B) 330.46º 0.67% 0.38% -
XYZ 6.37 3.94 5.28 -
YUV 55.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 97 32 64 0 0.67 0.34 0.62 330.46 0.5 0.25
Hex 61 20 40 0 43 22 3E 14A 32 19
Octal 141 40 100 0 103 42 76 512 62 31
Binary 1100001 100000 1000000 0 1000011 100010 111110 101001010 110010 11001

Color Harmonies of #612040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612040

Black with #612040

Text Example


Text Example

White with #612040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612040; }

 p { color: rgb(97,32,64); }

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

background-color css

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

 a { background-color: rgb(97,32,64); }

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

border-color css

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

 span { border-color: rgb(97,32,64); }

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