Html Css Color HEX #611A36 Pompadour

📋 copy color: '#611A36'

red 97 ◦ green 26 ◦ blue 54

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

Shades of Pompadour #611A36

Tints of Pompadour #611A36

RGB

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

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

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

R = 54.8%
G = 14.69%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#611A36 (or 0x611A36) is known color: Pompadour. HEX triplet: 61, 1A and 36. RGB value is (97,26,54). Sum of RGB (Red+Green+Blue) = 97+26+54=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #611A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A36 is #9EE5C9. Grayscale: #323232. Windows color (decimal): -10413514 or 3545697. OLE color: 3545697.

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

Color convert

RGB 97 26 54 -
CMYK 0 0.73 0.44 0.62
HSL 336.34º 0.58% 0.24% -
HSV(B) 336.34º 0.73% 0.38% -
XYZ 5.97 3.55 3.86 -
YUV 50.42 130.02 161.22 -
System Red Green Blue C M Y K H S L
Decimal 97 26 54 0 0.73 0.44 0.62 336.34 0.58 0.24
Hex 61 1A 36 0 49 2C 3E 150 3A 18
Octal 141 32 66 0 111 54 76 520 72 30
Binary 1100001 11010 110110 0 1001001 101100 111110 101010000 111010 11000

Color Harmonies of #611A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611A36

Black with #611A36

Text Example


Text Example

White with #611A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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