Html Css Color HEX #612D48 Pompadour

📋 copy color: '#612D48'

red 97 ◦ green 45 ◦ blue 72

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

Shades of Pompadour #612D48

Tints of Pompadour #612D48

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.03%

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

R = 45.33%
G = 21.03%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#612D48 (or 0x612D48) is known color: Pompadour. HEX triplet: 61, 2D and 48. RGB value is (97,45,72). Sum of RGB (Red+Green+Blue) = 97+45+72=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #612D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612D48 is #9ED2B7. Grayscale: #3F3F3F. Windows color (decimal): -10408632 or 4730209. OLE color: 4730209.

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

Color convert

RGB 97 45 72 -
CMYK 0 0.54 0.26 0.62
HSL 328.85º 0.37% 0.28% -
HSV(B) 328.85º 0.54% 0.38% -
XYZ 7.04 4.89 6.7 -
YUV 63.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 97 45 72 0 0.54 0.26 0.62 328.85 0.37 0.28
Hex 61 2D 48 0 36 1A 3E 149 25 1C
Octal 141 55 110 0 66 32 76 511 45 34
Binary 1100001 101101 1001000 0 110110 11010 111110 101001001 100101 11100

Color Harmonies of #612D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612D48

Black with #612D48

Text Example


Text Example

White with #612D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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