Html Css Color HEX #61284A Pompadour

📋 copy color: '#61284A'

red 97 ◦ green 40 ◦ blue 74

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

Shades of Pompadour #61284A

Tints of Pompadour #61284A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.96%

 BLUE value IS 74 (29.3% from 255) = 35.07%

R = 45.97%
G = 18.96%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#61284A (or 0x61284A) is known color: Pompadour. HEX triplet: 61, 28 and 4A. RGB value is (97,40,74). Sum of RGB (Red+Green+Blue) = 97+40+74=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #61284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61284A is #9ED7B5. Grayscale: #3C3C3C. Windows color (decimal): -10409910 or 4860001. OLE color: 4860001.

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

Color convert

RGB 97 40 74 -
CMYK 0 0.59 0.24 0.62
HSL 324.21º 0.42% 0.27% -
HSV(B) 324.21º 0.59% 0.38% -
XYZ 6.92 4.55 6.99 -
YUV 60.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 97 40 74 0 0.59 0.24 0.62 324.21 0.42 0.27
Hex 61 28 4A 0 3B 18 3E 144 2A 1B
Octal 141 50 112 0 73 30 76 504 52 33
Binary 1100001 101000 1001010 0 111011 11000 111110 101000100 101010 11011

Color Harmonies of #61284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61284A

Black with #61284A

Text Example


Text Example

White with #61284A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,40,74); }

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

background-color css

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

 a { background-color: rgb(97,40,74); }

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

border-color css

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

 span { border-color: rgb(97,40,74); }

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