Html Css Color HEX #61304D Pompadour

📋 copy color: '#61304D'

red 97 ◦ green 48 ◦ blue 77

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

Shades of Pompadour #61304D

Tints of Pompadour #61304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.62%

 BLUE value IS 77 (30.47% from 255) = 34.68%

R = 43.69%
G = 21.62%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#61304D (or 0x61304D) is known color: Pompadour. HEX triplet: 61, 30 and 4D. RGB value is (97,48,77). Sum of RGB (Red+Green+Blue) = 97+48+77=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #61304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61304D is #9ECFB2. Grayscale: #414141. Windows color (decimal): -10407859 or 5058657. OLE color: 5058657.

HSL color Cylindrical-coordinate representation of color #61304D: hue angle of 324.49º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61304D is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 48 77 -
CMYK 0 0.51 0.21 0.62
HSL 324.49º 0.34% 0.28% -
HSV(B) 324.49º 0.51% 0.38% -
XYZ 7.33 5.19 7.64 -
YUV 65.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 97 48 77 0 0.51 0.21 0.62 324.49 0.34 0.28
Hex 61 30 4D 0 33 15 3E 144 22 1C
Octal 141 60 115 0 63 25 76 504 42 34
Binary 1100001 110000 1001101 0 110011 10101 111110 101000100 100010 11100

Color Harmonies of #61304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61304D

Black with #61304D

Text Example


Text Example

White with #61304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61304D; }

 p { color: rgb(97,48,77); }

 H1.HeaderClassName
 {
   color: #61304D;
 }
 .AnyTagClassName
 {
   color: #61304D;
 }
</style>

background-color css

<style>
 a { background-color: #61304D; }

 a { background-color: rgb(97,48,77); }

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

border-color css

<style>
 span { border-color: #61304D; }

 span { border-color: rgb(97,48,77); }

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