Html Css Color HEX #61173A Pompadour

📋 copy color: '#61173A'

red 97 ◦ green 23 ◦ blue 58

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

Shades of Pompadour #61173A

Tints of Pompadour #61173A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.58%

R = 54.49%
G = 12.92%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#61173A (or 0x61173A) is known color: Pompadour. HEX triplet: 61, 17 and 3A. RGB value is (97,23,58). Sum of RGB (Red+Green+Blue) = 97+23+58=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #61173A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61173A is #9EE8C5. Grayscale: #313131. Windows color (decimal): -10414278 or 3807073. OLE color: 3807073.

HSL color Cylindrical-coordinate representation of color #61173A: hue angle of 331.62º 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 #61173A is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 23 58 -
CMYK 0 0.76 0.40 0.62
HSL 331.62º 0.62% 0.24% -
HSV(B) 331.62º 0.76% 0.38% -
XYZ 6 3.46 4.35 -
YUV 49.12 133.02 162.15 -
System Red Green Blue C M Y K H S L
Decimal 97 23 58 0 0.76 0.40 0.62 331.62 0.62 0.24
Hex 61 17 3A 0 4C 28 3E 14C 3E 18
Octal 141 27 72 0 114 50 76 514 76 30
Binary 1100001 10111 111010 0 1001100 101000 111110 101001100 111110 11000

Color Harmonies of #61173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61173A

Black with #61173A

Text Example


Text Example

White with #61173A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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