Html Css Color HEX #61294B Pompadour

📋 copy color: '#61294B'

red 97 ◦ green 41 ◦ blue 75

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

Shades of Pompadour #61294B

Tints of Pompadour #61294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.25%

 BLUE value IS 75 (29.69% from 255) = 35.21%

R = 45.54%
G = 19.25%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#61294B (or 0x61294B) is known color: Pompadour. HEX triplet: 61, 29 and 4B. RGB value is (97,41,75). Sum of RGB (Red+Green+Blue) = 97+41+75=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #61294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61294B is #9ED6B4. Grayscale: #3D3D3D. Windows color (decimal): -10409653 or 4925793. OLE color: 4925793.

HSL color Cylindrical-coordinate representation of color #61294B: hue angle of 323.57º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61294B is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 41 75 -
CMYK 0 0.58 0.23 0.62
HSL 323.57º 0.41% 0.27% -
HSV(B) 323.57º 0.58% 0.38% -
XYZ 6.99 4.64 7.18 -
YUV 61.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 97 41 75 0 0.58 0.23 0.62 323.57 0.41 0.27
Hex 61 29 4B 0 3A 17 3E 144 29 1B
Octal 141 51 113 0 72 27 76 504 51 33
Binary 1100001 101001 1001011 0 111010 10111 111110 101000100 101001 11011

Color Harmonies of #61294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61294B

Black with #61294B

Text Example


Text Example

White with #61294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61294B; }

 p { color: rgb(97,41,75); }

 H1.HeaderClassName
 {
   color: #61294B;
 }
 .AnyTagClassName
 {
   color: #61294B;
 }
</style>

background-color css

<style>
 a { background-color: #61294B; }

 a { background-color: rgb(97,41,75); }

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

border-color css

<style>
 span { border-color: #61294B; }

 span { border-color: rgb(97,41,75); }

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