Html Css Color HEX #612540 Pompadour

📋 copy color: '#612540'

red 97 ◦ green 37 ◦ blue 64

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

Shades of Pompadour #612540

Tints of Pompadour #612540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.69%

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

R = 48.99%
G = 18.69%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#612540 (or 0x612540) is known color: Pompadour. HEX triplet: 61, 25 and 40. RGB value is (97,37,64). Sum of RGB (Red+Green+Blue) = 97+37+64=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #612540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612540 is #9EDABF. Grayscale: #393939. Windows color (decimal): -10410688 or 4203873. OLE color: 4203873.

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

Color convert

RGB 97 37 64 -
CMYK 0 0.62 0.34 0.62
HSL 333º 0.45% 0.26% -
HSV(B) 333º 0.62% 0.38% -
XYZ 6.52 4.23 5.32 -
YUV 58.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 97 37 64 0 0.62 0.34 0.62 333 0.45 0.26
Hex 61 25 40 0 3E 22 3E 14D 2D 1A
Octal 141 45 100 0 76 42 76 515 55 32
Binary 1100001 100101 1000000 0 111110 100010 111110 101001101 101101 11010

Color Harmonies of #612540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612540

Black with #612540

Text Example


Text Example

White with #612540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612540; }

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

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

background-color css

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

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

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

border-color css

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

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

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