Html Css Color HEX #61314D Pompadour

📋 copy color: '#61314D'

red 97 ◦ green 49 ◦ blue 77

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

Shades of Pompadour #61314D

Tints of Pompadour #61314D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.97%

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

R = 43.5%
G = 21.97%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#61314D (or 0x61314D) is known color: Pompadour. HEX triplet: 61, 31 and 4D. RGB value is (97,49,77). Sum of RGB (Red+Green+Blue) = 97+49+77=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #61314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61314D is #9ECEB2. Grayscale: #424242. Windows color (decimal): -10407603 or 5058913. OLE color: 5058913.

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

Color convert

RGB 97 49 77 -
CMYK 0 0.49 0.21 0.62
HSL 325º 0.33% 0.29% -
HSV(B) 325º 0.49% 0.38% -
XYZ 7.37 5.27 7.65 -
YUV 66.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 97 49 77 0 0.49 0.21 0.62 325 0.33 0.29
Hex 61 31 4D 0 31 15 3E 145 21 1D
Octal 141 61 115 0 61 25 76 505 41 35
Binary 1100001 110001 1001101 0 110001 10101 111110 101000101 100001 11101

Color Harmonies of #61314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61314D

Black with #61314D

Text Example


Text Example

White with #61314D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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