Html Css Color HEX #612944 Pompadour

📋 copy color: '#612944'

red 97 ◦ green 41 ◦ blue 68

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

Shades of Pompadour #612944

Tints of Pompadour #612944

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.9%

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

R = 47.09%
G = 19.9%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#612944 (or 0x612944) is known color: Pompadour. HEX triplet: 61, 29 and 44. RGB value is (97,41,68). Sum of RGB (Red+Green+Blue) = 97+41+68=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #612944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612944 is #9ED6BB. Grayscale: #3C3C3C. Windows color (decimal): -10409660 or 4467041. OLE color: 4467041.

HSL color Cylindrical-coordinate representation of color #612944: hue angle of 331.07º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #612944 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 41 68 -
CMYK 0 0.58 0.30 0.62
HSL 331.07º 0.41% 0.27% -
HSV(B) 331.07º 0.58% 0.38% -
XYZ 6.77 4.54 5.99 -
YUV 60.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 97 41 68 0 0.58 0.30 0.62 331.07 0.41 0.27
Hex 61 29 44 0 3A 1E 3E 14B 29 1B
Octal 141 51 104 0 72 36 76 513 51 33
Binary 1100001 101001 1000100 0 111010 11110 111110 101001011 101001 11011

Color Harmonies of #612944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612944

Black with #612944

Text Example


Text Example

White with #612944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612944; }

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

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

background-color css

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

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

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

border-color css

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

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

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