Html Css Color HEX #611F48 Pompadour

📋 copy color: '#611F48'

red 97 ◦ green 31 ◦ blue 72

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

Shades of Pompadour #611F48

Tints of Pompadour #611F48

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.5%

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

R = 48.5%
G = 15.5%
B = 36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#611F48 (or 0x611F48) is known color: Pompadour. HEX triplet: 61, 1F and 48. RGB value is (97,31,72). Sum of RGB (Red+Green+Blue) = 97+31+72=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #611F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611F48 is #9EE0B7. Grayscale: #373737. Windows color (decimal): -10412216 or 4726625. OLE color: 4726625.

HSL color Cylindrical-coordinate representation of color #611F48: hue angle of 322.73º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #611F48 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 31 72 -
CMYK 0 0.68 0.26 0.62
HSL 322.73º 0.52% 0.25% -
HSV(B) 322.73º 0.68% 0.38% -
XYZ 6.59 3.99 6.55 -
YUV 55.41 137.37 157.67 -
System Red Green Blue C M Y K H S L
Decimal 97 31 72 0 0.68 0.26 0.62 322.73 0.52 0.25
Hex 61 1F 48 0 44 1A 3E 143 34 19
Octal 141 37 110 0 104 32 76 503 64 31
Binary 1100001 11111 1001000 0 1000100 11010 111110 101000011 110100 11001

Color Harmonies of #611F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611F48

Black with #611F48

Text Example


Text Example

White with #611F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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