Html Css Color HEX #61244C Pompadour

📋 copy color: '#61244C'

red 97 ◦ green 36 ◦ blue 76

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

Shades of Pompadour #61244C

Tints of Pompadour #61244C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.22%

 BLUE value IS 76 (30.08% from 255) = 36.36%

R = 46.41%
G = 17.22%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#61244C (or 0x61244C) is known color: Pompadour. HEX triplet: 61, 24 and 4C. RGB value is (97,36,76). Sum of RGB (Red+Green+Blue) = 97+36+76=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #61244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61244C is #9EDBB3. Grayscale: #3A3A3A. Windows color (decimal): -10410932 or 4990049. OLE color: 4990049.

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

Color convert

RGB 97 36 76 -
CMYK 0 0.63 0.22 0.62
HSL 320.66º 0.46% 0.26% -
HSV(B) 320.66º 0.63% 0.38% -
XYZ 6.87 4.32 7.31 -
YUV 58.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 97 36 76 0 0.63 0.22 0.62 320.66 0.46 0.26
Hex 61 24 4C 0 3F 16 3E 141 2E 1A
Octal 141 44 114 0 77 26 76 501 56 32
Binary 1100001 100100 1001100 0 111111 10110 111110 101000001 101110 11010

Color Harmonies of #61244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61244C

Black with #61244C

Text Example


Text Example

White with #61244C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,36,76); }

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

background-color css

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

 a { background-color: rgb(97,36,76); }

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

border-color css

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

 span { border-color: rgb(97,36,76); }

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