Html Css Color HEX #612948 Pompadour

📋 copy color: '#612948'

red 97 ◦ green 41 ◦ blue 72

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

Shades of Pompadour #612948

Tints of Pompadour #612948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.29%

R = 46.19%
G = 19.52%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#612948 (or 0x612948) is known color: Pompadour. HEX triplet: 61, 29 and 48. RGB value is (97,41,72). Sum of RGB (Red+Green+Blue) = 97+41+72=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #612948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612948 is #9ED6B7. Grayscale: #3D3D3D. Windows color (decimal): -10409656 or 4729185. OLE color: 4729185.

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

Color convert

RGB 97 41 72 -
CMYK 0 0.58 0.26 0.62
HSL 326.79º 0.41% 0.27% -
HSV(B) 326.79º 0.58% 0.38% -
XYZ 6.89 4.6 6.65 -
YUV 61.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 97 41 72 0 0.58 0.26 0.62 326.79 0.41 0.27
Hex 61 29 48 0 3A 1A 3E 147 29 1B
Octal 141 51 110 0 72 32 76 507 51 33
Binary 1100001 101001 1001000 0 111010 11010 111110 101000111 101001 11011

Color Harmonies of #612948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612948

Black with #612948

Text Example


Text Example

White with #612948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612948; }

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

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

background-color css

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

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

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

border-color css

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

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

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