Html Css Color HEX #631540 Pompadour

📋 copy color: '#631540'

red 99 ◦ green 21 ◦ blue 64

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

Shades of Pompadour #631540

Tints of Pompadour #631540

RGB

 RED value IS 99 (39.06% from 255) = 53.8%

 GREEN value IS 21 (8.59% from 255) = 11.41%

 BLUE value IS 64 (25.39% from 255) = 34.78%

R = 53.8%
G = 11.41%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#631540 (or 0x631540) is known color: Pompadour. HEX triplet: 63, 15 and 40. RGB value is (99,21,64). Sum of RGB (Red+Green+Blue) = 99+21+64=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #631540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631540 is #9CEABF. Grayscale: #313131. Windows color (decimal): -10283712 or 4199779. OLE color: 4199779.

HSL color Cylindrical-coordinate representation of color #631540: hue angle of 326.92º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #631540 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 21 64 -
CMYK 0 0.79 0.35 0.61
HSL 326.92º 0.65% 0.24% -
HSV(B) 326.92º 0.79% 0.39% -
XYZ 6.34 3.56 5.2 -
YUV 49.22 136.34 163.5 -
System Red Green Blue C M Y K H S L
Decimal 99 21 64 0 0.79 0.35 0.61 326.92 0.65 0.24
Hex 63 15 40 0 4F 23 3D 147 41 18
Octal 143 25 100 0 117 43 75 507 101 30
Binary 1100011 10101 1000000 0 1001111 100011 111101 101000111 1000001 11000

Color Harmonies of #631540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631540

Black with #631540

Text Example


Text Example

White with #631540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631540; }

 p { color: rgb(99,21,64); }

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

background-color css

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

 a { background-color: rgb(99,21,64); }

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

border-color css

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

 span { border-color: rgb(99,21,64); }

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