Html Css Color HEX #61173C Pompadour

📋 copy color: '#61173C'

red 97 ◦ green 23 ◦ blue 60

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

Shades of Pompadour #61173C

Tints of Pompadour #61173C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.78%

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

R = 53.89%
G = 12.78%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#61173C (or 0x61173C) is known color: Pompadour. HEX triplet: 61, 17 and 3C. RGB value is (97,23,60). Sum of RGB (Red+Green+Blue) = 97+23+60=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #61173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61173C is #9EE8C3. Grayscale: #313131. Windows color (decimal): -10414276 or 3938145. OLE color: 3938145.

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

Color convert

RGB 97 23 60 -
CMYK 0 0.76 0.38 0.62
HSL 330º 0.62% 0.24% -
HSV(B) 330º 0.76% 0.38% -
XYZ 6.05 3.48 4.63 -
YUV 49.34 134.02 161.99 -
System Red Green Blue C M Y K H S L
Decimal 97 23 60 0 0.76 0.38 0.62 330 0.62 0.24
Hex 61 17 3C 0 4C 26 3E 14A 3E 18
Octal 141 27 74 0 114 46 76 512 76 30
Binary 1100001 10111 111100 0 1001100 100110 111110 101001010 111110 11000

Color Harmonies of #61173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61173C

Black with #61173C

Text Example


Text Example

White with #61173C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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