Html Css Color HEX #611636 Pompadour

📋 copy color: '#611636'

red 97 ◦ green 22 ◦ blue 54

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

Shades of Pompadour #611636

Tints of Pompadour #611636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.21%

R = 56.07%
G = 12.72%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#611636 (or 0x611636) is known color: Pompadour. HEX triplet: 61, 16 and 36. RGB value is (97,22,54). Sum of RGB (Red+Green+Blue) = 97+22+54=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #611636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611636 is #9EE9C9. Grayscale: #303030. Windows color (decimal): -10414538 or 3544673. OLE color: 3544673.

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

Color convert

RGB 97 22 54 -
CMYK 0 0.77 0.44 0.62
HSL 334.4º 0.63% 0.23% -
HSV(B) 334.4º 0.77% 0.38% -
XYZ 5.88 3.38 3.83 -
YUV 48.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 97 22 54 0 0.77 0.44 0.62 334.4 0.63 0.23
Hex 61 16 36 0 4D 2C 3E 14E 3F 17
Octal 141 26 66 0 115 54 76 516 77 27
Binary 1100001 10110 110110 0 1001101 101100 111110 101001110 111111 10111

Color Harmonies of #611636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611636

Black with #611636

Text Example


Text Example

White with #611636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611636; }

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

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

background-color css

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

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

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

border-color css

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

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

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