Html Css Color HEX #612641 Pompadour

📋 copy color: '#612641'

red 97 ◦ green 38 ◦ blue 65

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

Shades of Pompadour #612641

Tints of Pompadour #612641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19%

 BLUE value IS 65 (25.78% from 255) = 32.5%

R = 48.5%
G = 19%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#612641 (or 0x612641) is known color: Pompadour. HEX triplet: 61, 26 and 41. RGB value is (97,38,65). Sum of RGB (Red+Green+Blue) = 97+38+65=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #612641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612641 is #9ED9BE. Grayscale: #3A3A3A. Windows color (decimal): -10410431 or 4269665. OLE color: 4269665.

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

Color convert

RGB 97 38 65 -
CMYK 0 0.61 0.33 0.62
HSL 332.54º 0.44% 0.26% -
HSV(B) 332.54º 0.61% 0.38% -
XYZ 6.58 4.31 5.49 -
YUV 58.72 131.55 155.3 -
System Red Green Blue C M Y K H S L
Decimal 97 38 65 0 0.61 0.33 0.62 332.54 0.44 0.26
Hex 61 26 41 0 3D 21 3E 14D 2C 1A
Octal 141 46 101 0 75 41 76 515 54 32
Binary 1100001 100110 1000001 0 111101 100001 111110 101001101 101100 11010

Color Harmonies of #612641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612641

Black with #612641

Text Example


Text Example

White with #612641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612641; }

 p { color: rgb(97,38,65); }

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

background-color css

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

 a { background-color: rgb(97,38,65); }

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

border-color css

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

 span { border-color: rgb(97,38,65); }

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