Html Css Color HEX #611635 Pompadour

📋 copy color: '#611635'

red 97 ◦ green 22 ◦ blue 53

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

Shades of Pompadour #611635

Tints of Pompadour #611635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.81%

R = 56.4%
G = 12.79%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#611635 (or 0x611635) is known color: Pompadour. HEX triplet: 61, 16 and 35. RGB value is (97,22,53). Sum of RGB (Red+Green+Blue) = 97+22+53=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #611635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611635 is #9EE9CA. Grayscale: #2F2F2F. Windows color (decimal): -10414539 or 3479137. OLE color: 3479137.

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

Color convert

RGB 97 22 53 -
CMYK 0 0.77 0.45 0.62
HSL 335.2º 0.63% 0.23% -
HSV(B) 335.2º 0.77% 0.38% -
XYZ 5.86 3.37 3.71 -
YUV 47.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 97 22 53 0 0.77 0.45 0.62 335.2 0.63 0.23
Hex 61 16 35 0 4D 2D 3E 14F 3F 17
Octal 141 26 65 0 115 55 76 517 77 27
Binary 1100001 10110 110101 0 1001101 101101 111110 101001111 111111 10111

Color Harmonies of #611635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611635

Black with #611635

Text Example


Text Example

White with #611635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611635; }

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

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

background-color css

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

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

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

border-color css

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

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

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