Html Css Color HEX #611848 Pompadour

📋 copy color: '#611848'

red 97 ◦ green 24 ◦ blue 72

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

Shades of Pompadour #611848

Tints of Pompadour #611848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.44%

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

R = 50.26%
G = 12.44%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#611848 (or 0x611848) is known color: Pompadour. HEX triplet: 61, 18 and 48. RGB value is (97,24,72). Sum of RGB (Red+Green+Blue) = 97+24+72=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #611848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611848 is #9EE7B7. Grayscale: #333333. Windows color (decimal): -10414008 or 4724833. OLE color: 4724833.

HSL color Cylindrical-coordinate representation of color #611848: hue angle of 320.55º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #611848 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 24 72 -
CMYK 0 0.75 0.26 0.62
HSL 320.55º 0.6% 0.24% -
HSV(B) 320.55º 0.75% 0.38% -
XYZ 6.43 3.66 6.5 -
YUV 51.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 97 24 72 0 0.75 0.26 0.62 320.55 0.6 0.24
Hex 61 18 48 0 4B 1A 3E 141 3C 18
Octal 141 30 110 0 113 32 76 501 74 30
Binary 1100001 11000 1001000 0 1001011 11010 111110 101000001 111100 11000

Color Harmonies of #611848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611848

Black with #611848

Text Example


Text Example

White with #611848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611848; }

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

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

background-color css

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

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

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

border-color css

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

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

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