Html Css Color HEX #611642 Pompadour

📋 copy color: '#611642'

red 97 ◦ green 22 ◦ blue 66

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

Shades of Pompadour #611642

Tints of Pompadour #611642

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.89%

 BLUE value IS 66 (26.17% from 255) = 35.68%

R = 52.43%
G = 11.89%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#611642 (or 0x611642) is known color: Pompadour. HEX triplet: 61, 16 and 42. RGB value is (97,22,66). Sum of RGB (Red+Green+Blue) = 97+22+66=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #611642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611642 is #9EE9BD. Grayscale: #313131. Windows color (decimal): -10414526 or 4331105. OLE color: 4331105.

HSL color Cylindrical-coordinate representation of color #611642: hue angle of 324.8º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #611642 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 22 66 -
CMYK 0 0.77 0.32 0.62
HSL 324.8º 0.63% 0.23% -
HSV(B) 324.8º 0.77% 0.38% -
XYZ 6.2 3.51 5.5 -
YUV 49.44 137.35 161.92 -
System Red Green Blue C M Y K H S L
Decimal 97 22 66 0 0.77 0.32 0.62 324.8 0.63 0.23
Hex 61 16 42 0 4D 20 3E 145 3F 17
Octal 141 26 102 0 115 40 76 505 77 27
Binary 1100001 10110 1000010 0 1001101 100000 111110 101000101 111111 10111

Color Harmonies of #611642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611642

Black with #611642

Text Example


Text Example

White with #611642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611642; }

 p { color: rgb(97,22,66); }

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

background-color css

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

 a { background-color: rgb(97,22,66); }

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

border-color css

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

 span { border-color: rgb(97,22,66); }

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