Html Css Color HEX #61153F Pompadour

📋 copy color: '#61153F'

red 97 ◦ green 21 ◦ blue 63

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

Shades of Pompadour #61153F

Tints of Pompadour #61153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.6%

 BLUE value IS 63 (25% from 255) = 34.81%

R = 53.59%
G = 11.6%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#61153F (or 0x61153F) is known color: Pompadour. HEX triplet: 61, 15 and 3F. RGB value is (97,21,63). Sum of RGB (Red+Green+Blue) = 97+21+63=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #61153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61153F is #9EEAC0. Grayscale: #303030. Windows color (decimal): -10414785 or 4134241. OLE color: 4134241.

HSL color Cylindrical-coordinate representation of color #61153F: hue angle of 326.84º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61153F is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 21 63 -
CMYK 0 0.78 0.35 0.62
HSL 326.84º 0.64% 0.23% -
HSV(B) 326.84º 0.78% 0.38% -
XYZ 6.1 3.44 5.04 -
YUV 48.51 136.18 162.58 -
System Red Green Blue C M Y K H S L
Decimal 97 21 63 0 0.78 0.35 0.62 326.84 0.64 0.23
Hex 61 15 3F 0 4E 23 3E 147 40 17
Octal 141 25 77 0 116 43 76 507 100 27
Binary 1100001 10101 111111 0 1001110 100011 111110 101000111 1000000 10111

Color Harmonies of #61153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61153F

Black with #61153F

Text Example


Text Example

White with #61153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61153F; }

 p { color: rgb(97,21,63); }

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

background-color css

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

 a { background-color: rgb(97,21,63); }

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

border-color css

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

 span { border-color: rgb(97,21,63); }

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