Html Css Color HEX #61153C Pompadour

📋 copy color: '#61153C'

red 97 ◦ green 21 ◦ blue 60

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

Shades of Pompadour #61153C

Tints of Pompadour #61153C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.71%

R = 54.49%
G = 11.8%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#61153C (or 0x61153C) is known color: Pompadour. HEX triplet: 61, 15 and 3C. RGB value is (97,21,60). Sum of RGB (Red+Green+Blue) = 97+21+60=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #61153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61153C is #9EEAC3. Grayscale: #303030. Windows color (decimal): -10414788 or 3937633. OLE color: 3937633.

HSL color Cylindrical-coordinate representation of color #61153C: hue angle of 329.21º 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 #61153C is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 21 60 -
CMYK 0 0.78 0.38 0.62
HSL 329.21º 0.64% 0.23% -
HSV(B) 329.21º 0.78% 0.38% -
XYZ 6.01 3.4 4.62 -
YUV 48.17 134.68 162.83 -
System Red Green Blue C M Y K H S L
Decimal 97 21 60 0 0.78 0.38 0.62 329.21 0.64 0.23
Hex 61 15 3C 0 4E 26 3E 149 40 17
Octal 141 25 74 0 116 46 76 511 100 27
Binary 1100001 10101 111100 0 1001110 100110 111110 101001001 1000000 10111

Color Harmonies of #61153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61153C

Black with #61153C

Text Example


Text Example

White with #61153C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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