Html Css Color HEX #612644 Pompadour

📋 copy color: '#612644'

red 97 ◦ green 38 ◦ blue 68

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

Shades of Pompadour #612644

Tints of Pompadour #612644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.5%

R = 47.78%
G = 18.72%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#612644 (or 0x612644) is known color: Pompadour. HEX triplet: 61, 26 and 44. RGB value is (97,38,68). Sum of RGB (Red+Green+Blue) = 97+38+68=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #612644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612644 is #9ED9BB. Grayscale: #3B3B3B. Windows color (decimal): -10410428 or 4466273. OLE color: 4466273.

HSL color Cylindrical-coordinate representation of color #612644: hue angle of 329.49º 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 #612644 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 38 68 -
CMYK 0 0.61 0.30 0.62
HSL 329.49º 0.44% 0.26% -
HSV(B) 329.49º 0.61% 0.38% -
XYZ 6.67 4.34 5.96 -
YUV 59.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 97 38 68 0 0.61 0.30 0.62 329.49 0.44 0.26
Hex 61 26 44 0 3D 1E 3E 149 2C 1A
Octal 141 46 104 0 75 36 76 511 54 32
Binary 1100001 100110 1000100 0 111101 11110 111110 101001001 101100 11010

Color Harmonies of #612644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612644

Black with #612644

Text Example


Text Example

White with #612644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612644; }

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

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

background-color css

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

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

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

border-color css

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

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

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