Html Css Color HEX #611A37 Pompadour

📋 copy color: '#611A37'

red 97 ◦ green 26 ◦ blue 55

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

Shades of Pompadour #611A37

Tints of Pompadour #611A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.61%

 BLUE value IS 55 (21.88% from 255) = 30.9%

R = 54.49%
G = 14.61%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#611A37 (or 0x611A37) is known color: Pompadour. HEX triplet: 61, 1A and 37. RGB value is (97,26,55). Sum of RGB (Red+Green+Blue) = 97+26+55=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 55 (21.88% from 255 or 30.90% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #611A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A37 is #9EE5C8. Grayscale: #323232. Windows color (decimal): -10413513 or 3611233. OLE color: 3611233.

HSL color Cylindrical-coordinate representation of color #611A37: hue angle of 335.49º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #611A37 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 26 55 -
CMYK 0 0.73 0.43 0.62
HSL 335.49º 0.58% 0.24% -
HSV(B) 335.49º 0.73% 0.38% -
XYZ 5.99 3.56 3.99 -
YUV 50.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 97 26 55 0 0.73 0.43 0.62 335.49 0.58 0.24
Hex 61 1A 37 0 49 2B 3E 14F 3A 18
Octal 141 32 67 0 111 53 76 517 72 30
Binary 1100001 11010 110111 0 1001001 101011 111110 101001111 111010 11000

Color Harmonies of #611A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611A37

Black with #611A37

Text Example


Text Example

White with #611A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,26,55); }

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

background-color css

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

 a { background-color: rgb(97,26,55); }

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

border-color css

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

 span { border-color: rgb(97,26,55); }

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