Html Css Color HEX #61324F Pompadour

📋 copy color: '#61324F'

red 97 ◦ green 50 ◦ blue 79

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

Shades of Pompadour #61324F

Tints of Pompadour #61324F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.12%

 BLUE value IS 79 (31.25% from 255) = 34.96%

R = 42.92%
G = 22.12%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#61324F (or 0x61324F) is known color: Pompadour. HEX triplet: 61, 32 and 4F. RGB value is (97,50,79). Sum of RGB (Red+Green+Blue) = 97+50+79=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #61324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61324F is #9ECDB0. Grayscale: #434343. Windows color (decimal): -10407345 or 5190241. OLE color: 5190241.

HSL color Cylindrical-coordinate representation of color #61324F: hue angle of 322.98º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61324F is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 50 79 -
CMYK 0 0.48 0.19 0.62
HSL 322.98º 0.32% 0.29% -
HSV(B) 322.98º 0.48% 0.38% -
XYZ 7.48 5.39 8.04 -
YUV 67.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 97 50 79 0 0.48 0.19 0.62 322.98 0.32 0.29
Hex 61 32 4F 0 30 13 3E 143 20 1D
Octal 141 62 117 0 60 23 76 503 40 35
Binary 1100001 110010 1001111 0 110000 10011 111110 101000011 100000 11101

Color Harmonies of #61324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61324F

Black with #61324F

Text Example


Text Example

White with #61324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61324F; }

 p { color: rgb(97,50,79); }

 H1.HeaderClassName
 {
   color: #61324F;
 }
 .AnyTagClassName
 {
   color: #61324F;
 }
</style>

background-color css

<style>
 a { background-color: #61324F; }

 a { background-color: rgb(97,50,79); }

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

border-color css

<style>
 span { border-color: #61324F; }

 span { border-color: rgb(97,50,79); }

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